diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-09 15:22:39 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-09 15:22:39 +0700 |
commit | f177f5aef0fac0fed90279b5c64a591f14d777eb (patch) | |
tree | a39c025f9f3654b40509867f65dc21d6c355e3f4 /setup.py | |
parent | 96a82a67a0173c6c448897c05ddcb4d139329b0f (diff) | |
download | brutalmaze-f177f5aef0fac0fed90279b5c64a591f14d777eb.tar.gz |
Make enemies truely unitasking 0.0.4
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 20b9129..a72ea9c 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.0.3', - description='A research hash and slash game with fast-paced action and a minimalist art style', + version='0.0.4', + 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', author='Nguyễn Gia Phong', |