about summary refs log tree commit diff homepage
path: root/brutalmaze/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/__init__.py')
-rw-r--r--brutalmaze/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index 1eca2a1..9c88e1b 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1,3 +1,3 @@
 """Minimalist thrilling shoot 'em up game"""
 
-from .__main__ import __version__
+__version__ = '1.1.0'