summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-19 15:00:24 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-19 15:00:24 +0700
commit242cc155843d467812a041dd4f6e9d90f6e7327c (patch)
treecf9d2bf59ae9d6c62f7359978a99c08a899cf54a /setup.py
parent6a9b702c7737ea73bbb209f920e6e5d7d1d71aea (diff)
downloadbrutalmaze-242cc155843d467812a041dd4f6e9d90f6e7327c.tar.gz
Give Plum cloning ability 0.1.3
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 cce9e85..aa2abbf 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.1.2',
+    version='0.1.3',
     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',