diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-24 21:01:51 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-24 21:01:51 +0700 |
commit | 59501c6c44f26b66d4bb314b9f2eb21d7984eeb7 (patch) | |
tree | 6f784665faa4197e6c027b02a57af77f4dab4848 /setup.py | |
parent | b25b3c3e6bafebcbb531dec367232148764fb334 (diff) | |
download | brutalmaze-59501c6c44f26b66d4bb314b9f2eb21d7984eeb7.tar.gz |
Give hero special vision when struck by lightning 0.3.3
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 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', |