Skip to content

Commit c441f4d

Browse files
committed
Bump version to 0.2.1
1 parent 85f0c45 commit c441f4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flatlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import os
88

99

10-
__version__ = '0.2.0'
10+
__version__ = '0.2.1'
1111

1212
# Library and resource paths
1313
PATH_LIB = os.path.dirname(__file__) + os.sep
14-
PATH_RES = PATH_LIB + 'resources' + os.sep
14+
PATH_RES = PATH_LIB + 'resources' + os.sep

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
# Project
1313
name = 'flatlib',
14-
version = '0.2.0',
14+
version = '0.2.1',
1515

1616
# Sources
1717
packages = find_packages(),
@@ -46,4 +46,4 @@
4646
'Intended Audience :: Science/Research',
4747
'Topic :: Software Development :: Libraries :: Python Modules',
4848
],
49-
)
49+
)

0 commit comments

Comments
 (0)