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-21 20:38:51 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-21 20:43:21 +0700
commit7fe731137107b72704bc661d60a4da1f4674c9d9 (patch)
tree8b3f69ba297d7a0b108a3039938f5777d9130d70 /setup.py
parent966951db60b60bacfd2c8559acc46c47f62f3295 (diff)
downloadbrutalmaze-7fe731137107b72704bc661d60a4da1f4674c9d9.tar.gz
Finish adding sound effects (#2) 0.3.0
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 364a7c0..f7a480a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.2.2',
+    version='0.3.0',
     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',