diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-21 20:38:51 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-21 20:43:21 +0700 |
commit | 7fe731137107b72704bc661d60a4da1f4674c9d9 (patch) | |
tree | 8b3f69ba297d7a0b108a3039938f5777d9130d70 /setup.py | |
parent | 966951db60b60bacfd2c8559acc46c47f62f3295 (diff) | |
download | brutalmaze-7fe731137107b72704bc661d60a4da1f4674c9d9.tar.gz |
Finish adding sound effects (#2) 0.3.0
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 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', |