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-01-22 23:29:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-22 23:34:40 +0700
commitd88db7fc051365c0126f65ae119b72486bbf2712 (patch)
treeecbcbc77ee13b05234c912728c359e8cec7ac82b /setup.py
parent7839f30240b4e9e0469058d40f0276dc3e6a2c19 (diff)
downloadbrutalmaze-d88db7fc051365c0126f65ae119b72486bbf2712.tar.gz
Add disturbing heart beat and give clue of all attacks 0.3.2
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 83f781a..fb11231 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.3.1',
+    version='0.3.2',
     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',