diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-22 23:29:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-22 23:34:40 +0700 |
commit | d88db7fc051365c0126f65ae119b72486bbf2712 (patch) | |
tree | ecbcbc77ee13b05234c912728c359e8cec7ac82b /setup.py | |
parent | 7839f30240b4e9e0469058d40f0276dc3e6a2c19 (diff) | |
download | brutalmaze-d88db7fc051365c0126f65ae119b72486bbf2712.tar.gz |
Add disturbing heart beat and give clue of all attacks 0.3.2
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 83f781a..fb11231 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.3.1', + version='0.3.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', |