diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-22 23:01:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-22 23:01:00 +0700 |
commit | 32e29b0a381be8fea7118802386e160018d99110 (patch) | |
tree | c0af9097cae193fa1db664e666ba6d3638408129 /setup.py | |
parent | bbc98be3176c848af49f95a80f8abee1f8516fa8 (diff) | |
download | brutalmaze-32e29b0a381be8fea7118802386e160018d99110.tar.gz |
Fix grammar and typos
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 712ce41..adceb9f 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.3', + version='0.6.4', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |