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-28 11:48:41 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-28 11:48:41 +0700
commit1b2dc5e1692e9d7b010aa9822d228f4fc3c5ac1e (patch)
treecc0c976fb57493055b489654cb4085548d18c45a /setup.py
parentfca23ea3ce86461f1b970afeb87fcbf5c3a124d3 (diff)
downloadbrutalmaze-1b2dc5e1692e9d7b010aa9822d228f4fc3c5ac1e.tar.gz
Make all sound playing fail-safe 0.4.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 19ba02b..1984de8 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.4.1',
+    version='0.4.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',