about 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-05 16:51:48 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-05 16:51:48 +0700
commit96a82a67a0173c6c448897c05ddcb4d139329b0f (patch)
tree8e4df7ae9281202f2fd67d07dec45426dfeb339b /setup.py
parentb1f0c052f9dd009a7a86806cd08867e266451aae (diff)
downloadbrutalmaze-96a82a67a0173c6c448897c05ddcb4d139329b0f.tar.gz
Implement acceleration in hero movement 0.0.3
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 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',