From b4c900ec0df7badf66caa02b0e6456e66c022ba7 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 26 Jan 2018 20:56:11 +0700 Subject: Bump version to 0.4 --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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', -- cgit 1.4.1