We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0c45 commit c441f4dCopy full SHA for c441f4d
flatlib/__init__.py
@@ -7,8 +7,8 @@
7
import os
8
9
10
-__version__ = '0.2.0'
+__version__ = '0.2.1'
11
12
# Library and resource paths
13
PATH_LIB = os.path.dirname(__file__) + os.sep
14
-PATH_RES = PATH_LIB + 'resources' + os.sep
+PATH_RES = PATH_LIB + 'resources' + os.sep
setup.py
@@ -11,7 +11,7 @@
setup(
# Project
name = 'flatlib',
- version = '0.2.0',
+ version = '0.2.1',
15
16
# Sources
17
packages = find_packages(),
@@ -46,4 +46,4 @@
46
'Intended Audience :: Science/Research',
47
'Topic :: Software Development :: Libraries :: Python Modules',
48
],
49
-)
+)
0 commit comments