diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-24 20:43:47 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-24 20:43:47 +0700 |
commit | 4370b1531d7bd5f84340254014e4d9479609239d (patch) | |
tree | adc053afad49e0e816b40ef4d638a848cbf54687 /setup.py | |
parent | 1578586f24c74786976f0c675c901f5e30fa6bbb (diff) | |
download | brutalmaze-4370b1531d7bd5f84340254014e4d9479609239d.tar.gz |
Make critical close-range hits independent of FPS 0.2.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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', |