diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-11-14 08:51:18 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-11-14 08:51:18 +0700 |
commit | 764fe3421f1113037ca439028ecbe5374610849c (patch) | |
tree | 388a5c49fe802b27d3bf0d3c85f24cd49cc3cb5e /setup.py | |
parent | 1174c778361ec098782d001b68fc769d97ad6e13 (diff) | |
download | brutalmaze-764fe3421f1113037ca439028ecbe5374610849c.tar.gz |
Make Scarlet Red vampiric 0.1.1
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 24b057d..c3084c5 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.1.0', + version='0.1.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', |