Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Mar 23, 2015
1 parent 498a37e commit cdaa5ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions functional/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
__author__ = "Pedro Rodriguez"
__copyright__ = "Copyright 2015, Pedro Rodriguez"
__license__ = "MIT"
__version__ = "0.2.0"
__maintainer__ = "Pedro Rodriguez"
__email__ = "ski.rodriguez@gmail.com"

from functional.chain import seq
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
license="MIT",
keywords="functional scala",
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
version="0.1.6",
version="0.2.0",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit cdaa5ff

Please sign in to comment.