We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e8a4 commit fd55001Copy full SHA for fd55001
setup.py
@@ -42,6 +42,7 @@
42
"License :: OSI Approved :: zlib/libpng License",
43
"Natural Language :: English",
44
"Programming Language :: Python :: 2.7",
45
+ "Programming Language :: Python :: 3.4",
46
],
47
entry_points = {
48
'console_scripts': [
zerobin/default_settings.py
@@ -7,7 +7,7 @@
7
######## NOT SETTINGS, JUST BOILER PLATE ##############
8
import os
9
10
-VERSION = '0.4.1'
+VERSION = '0.5'
11
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
12
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
13
0 commit comments