diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-26 22:50:52 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-28 09:06:28 +0700 |
commit | f9e4ab3ef1fd45d71357319ff2abe3020302ab5c (patch) | |
tree | 174db50358f32dcba452d572650ccc4ef88e8759 /setup.py | |
parent | b4c900ec0df7badf66caa02b0e6456e66c022ba7 (diff) | |
download | brutalmaze-f9e4ab3ef1fd45d71357319ff2abe3020302ab5c.tar.gz |
Fix spawn sound volume
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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', |