about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-26 20:56:11 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-01-26 20:56:11 +0700
commitb4c900ec0df7badf66caa02b0e6456e66c022ba7 (patch)
tree59e515f0daa60cf67859d4c2f3d2e913dcf3c39c
parent66d77f78b6c56bae34d66b1022b915ed8257a705 (diff)
downloadbrutalmaze-b4c900ec0df7badf66caa02b0e6456e66c022ba7.tar.gz
Bump version to 0.4 0.4.0
-rw-r--r--.gitignore1
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5d3d906..3186336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 brutalmaze.egg-info
 build
+dist
 wiki
 __pycache__
 *.pyc
diff --git a/setup.py b/setup.py
index 092ad24..8630a56 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.3.5',
+    version='0.4.0',
     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',