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-12 21:08:14 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-12 21:08:14 +0700
commit1174c778361ec098782d001b68fc769d97ad6e13 (patch)
tree5fef6235b35609651e27c4b629b6bec9a3748e9d /setup.py
parentf177f5aef0fac0fed90279b5c64a591f14d777eb (diff)
downloadbrutalmaze-1174c778361ec098782d001b68fc769d97ad6e13.tar.gz
Make Chameleons able to camouflage 0.1.0
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 a72ea9c..24b057d 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.0.4',
+    version='0.1.0',
     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',