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-24 23:46:44 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-24 23:46:44 +0700
commit097357347c968adbf636f37e49f3ddf4c68ba5bc (patch)
tree3d266a38e402c8b0e795fb067d04d230582a69d5 /setup.py
parent59501c6c44f26b66d4bb314b9f2eb21d7984eeb7 (diff)
downloadbrutalmaze-097357347c968adbf636f37e49f3ddf4c68ba5bc.tar.gz
Implement (pseudo) surround 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 8a2e802..2f9e07a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.3.3',
+    version='0.3.4',
     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',