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 20:49:10 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-26 20:49:10 +0700
commit66d77f78b6c56bae34d66b1022b915ed8257a705 (patch)
tree9530a3f57a3fd28807232af71456971919037b6d /setup.py
parentf483f62ff5b3549146e2f2ad97960ff35d87b076 (diff)
downloadbrutalmaze-66d77f78b6c56bae34d66b1022b915ed8257a705.tar.gz
Add enemy spawn sound
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 2f9e07a..092ad24 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.3.4',
+    version='0.3.5',
     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',