diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-19 15:00:24 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-19 15:00:24 +0700 |
commit | 242cc155843d467812a041dd4f6e9d90f6e7327c (patch) | |
tree | cf9d2bf59ae9d6c62f7359978a99c08a899cf54a /setup.py | |
parent | 6a9b702c7737ea73bbb209f920e6e5d7d1d71aea (diff) | |
download | brutalmaze-242cc155843d467812a041dd4f6e9d90f6e7327c.tar.gz |
Give Plum cloning ability 0.1.3
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 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', |