summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-11-14 08:51:18 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-11-14 08:51:18 +0700
commit764fe3421f1113037ca439028ecbe5374610849c (patch)
tree388a5c49fe802b27d3bf0d3c85f24cd49cc3cb5e /setup.py
parent1174c778361ec098782d001b68fc769d97ad6e13 (diff)
downloadbrutalmaze-764fe3421f1113037ca439028ecbe5374610849c.tar.gz
Make Scarlet Red vampiric 0.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
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',