diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-26 20:56:11 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-01-26 20:56:11 +0700 |
commit | b4c900ec0df7badf66caa02b0e6456e66c022ba7 (patch) | |
tree | 59e515f0daa60cf67859d4c2f3d2e913dcf3c39c | |
parent | 66d77f78b6c56bae34d66b1022b915ed8257a705 (diff) | |
download | brutalmaze-b4c900ec0df7badf66caa02b0e6456e66c022ba7.tar.gz |
Bump version to 0.4 0.4.0
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5d3d906..3186336 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ brutalmaze.egg-info build +dist wiki __pycache__ *.pyc diff --git a/setup.py b/setup.py index 092ad24..8630a56 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.3.5', + version='0.4.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', |