diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-26 20:49:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-26 20:49:10 +0700 |
commit | 66d77f78b6c56bae34d66b1022b915ed8257a705 (patch) | |
tree | 9530a3f57a3fd28807232af71456971919037b6d /setup.py | |
parent | f483f62ff5b3549146e2f2ad97960ff35d87b076 (diff) | |
download | brutalmaze-66d77f78b6c56bae34d66b1022b915ed8257a705.tar.gz |
Add enemy spawn sound
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 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', |