Skip to content

Commit fd55001

Browse files
committed
Bump version
1 parent 3a6e8a4 commit fd55001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"License :: OSI Approved :: zlib/libpng License",
4343
"Natural Language :: English",
4444
"Programming Language :: Python :: 2.7",
45+
"Programming Language :: Python :: 3.4",
4546
],
4647
entry_points = {
4748
'console_scripts': [

zerobin/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
######## NOT SETTINGS, JUST BOILER PLATE ##############
88
import os
99

10-
VERSION = '0.4.1'
10+
VERSION = '0.5'
1111
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
1212
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
1313

0 commit comments

Comments
 (0)