Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Jul 22, 2015
1 parent d518366 commit 4d2c029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Pedro Rodriguez"
__copyright__ = "Copyright 2015, Pedro Rodriguez"
__license__ = "MIT"
__version__ = "0.3.0"
__version__ = "0.3.1"
__maintainer__ = "Pedro Rodriguez"
__email__ = "ski.rodriguez@gmail.com"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license="MIT",
keywords="functional scala",
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
version="0.3.0",
version="0.3.1",
install_requires=['enum34', 'future', 'six'],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 4d2c029

Please sign in to comment.