Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoventura committed May 2, 2016
1 parent 85f0c45 commit c441f4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flatlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import os


__version__ = '0.2.0'
__version__ = '0.2.1'

# Library and resource paths
PATH_LIB = os.path.dirname(__file__) + os.sep
PATH_RES = PATH_LIB + 'resources' + os.sep
PATH_RES = PATH_LIB + 'resources' + os.sep
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
# Project
name = 'flatlib',
version = '0.2.0',
version = '0.2.1',

# Sources
packages = find_packages(),
Expand Down Expand Up @@ -46,4 +46,4 @@
'Intended Audience :: Science/Research',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
)

0 comments on commit c441f4d

Please sign in to comment.