summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-06 21:01:27 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-06 21:01:27 +0700
commitb5039285d5a95d1921d1d4428032c16fe94da897 (patch)
tree3c9329c870629970e44ba7c4d22a19662e0daa4b /setup.py
parentf7c600934e1406fe0d18ce69a948c3622af84d36 (diff)
downloadbrutalmaze-b5039285d5a95d1921d1d4428032c16fe94da897.tar.gz
Retain game state after pauses 0.6.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 91f480c..ba3e88a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.5.6',
+    version='0.6.0',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',