diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-05 16:51:48 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-05 16:51:48 +0700 |
commit | 96a82a67a0173c6c448897c05ddcb4d139329b0f (patch) | |
tree | 8e4df7ae9281202f2fd67d07dec45426dfeb339b /setup.py | |
parent | b1f0c052f9dd009a7a86806cd08867e266451aae (diff) | |
download | brutalmaze-96a82a67a0173c6c448897c05ddcb4d139329b0f.tar.gz |
Implement acceleration in hero movement 0.0.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 cc739a2..20b9129 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.0.2', + version='0.0.3', description='A research hash and slash game with fast-paced action and a minimalist art style', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |