summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-24 21:01:51 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-24 21:01:51 +0700
commit59501c6c44f26b66d4bb314b9f2eb21d7984eeb7 (patch)
tree6f784665faa4197e6c027b02a57af77f4dab4848 /setup.py
parentb25b3c3e6bafebcbb531dec367232148764fb334 (diff)
downloadbrutalmaze-59501c6c44f26b66d4bb314b9f2eb21d7984eeb7.tar.gz
Give hero special vision when struck by lightning 0.3.3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4bf6935..8a2e802 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.3.2',
+    version='0.3.3',
     description='A hash and slash game with fast-paced action and a minimalist art style',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',