Skip to content

Commit 4d2c029

Browse files
committed
Release 0.3.1
1 parent d518366 commit 4d2c029

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

functional/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = "Pedro Rodriguez"
66
__copyright__ = "Copyright 2015, Pedro Rodriguez"
77
__license__ = "MIT"
8-
__version__ = "0.3.0"
8+
__version__ = "0.3.1"
99
__maintainer__ = "Pedro Rodriguez"
1010
__email__ = "ski.rodriguez@gmail.com"
1111
__status__ = "Development"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license="MIT",
1010
keywords="functional scala",
1111
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
12-
version="0.3.0",
12+
version="0.3.1",
1313
install_requires=['enum34', 'future', 'six'],
1414
classifiers=[
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)