summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-12-09 21:38:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-12-09 21:38:22 +0700
commit4c65f2130d6f1c4e3450b988e0f1bed0e086062f (patch)
tree7f9144814e5f9d363d7bfeef86c7990470d9b550 /setup.py
parent4370b1531d7bd5f84340254014e4d9479609239d (diff)
downloadbrutalmaze-4c65f2130d6f1c4e3450b988e0f1bed0e086062f.tar.gz
Fix bug on Plum cloning 0.2.2
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 1eea8e4..364a7c0 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.2.1',
+    version='0.2.2',
     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',