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-11-24 20:43:47 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-24 20:43:47 +0700
commit4370b1531d7bd5f84340254014e4d9479609239d (patch)
treeadc053afad49e0e816b40ef4d638a848cbf54687 /setup.py
parent1578586f24c74786976f0c675c901f5e30fa6bbb (diff)
downloadbrutalmaze-4370b1531d7bd5f84340254014e4d9479609239d.tar.gz
Make critical close-range hits independent of FPS 0.2.1
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 67f43eb..1eea8e4 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.2.0',
+    version='0.2.1',
     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',