From b5039285d5a95d1921d1d4428032c16fe94da897 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 6 Mar 2018 21:01:27 +0700 Subject: Retain game state after pauses --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 91f480c..ba3e88a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.5.6', + version='0.6.0', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', -- cgit 1.4.1