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>2018-01-26 22:50:52 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-28 09:06:28 +0700
commitf9e4ab3ef1fd45d71357319ff2abe3020302ab5c (patch)
tree174db50358f32dcba452d572650ccc4ef88e8759 /setup.py
parentb4c900ec0df7badf66caa02b0e6456e66c022ba7 (diff)
downloadbrutalmaze-f9e4ab3ef1fd45d71357319ff2abe3020302ab5c.tar.gz
Fix spawn sound volume
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 8630a56..19ba02b 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.4.0',
+    version='0.4.1',
     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',