Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Jan 5, 2018
1 parent baa7eb7 commit f982685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion functional/__init__.py
Expand Up @@ -9,7 +9,7 @@
__author__ = "Pedro Rodriguez"
__copyright__ = "Copyright 2017, Pedro Rodriguez"
__license__ = "MIT"
__version__ = "1.1.0"
__version__ = "1.1.2"
__maintainer__ = "Pedro Rodriguez"
__email__ = "ski.rodriguez@gmail.com"
__status__ = "Production"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
license='MIT',
keywords='functional pipeline data collection chain rdd linq parallel',
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
version='1.1.0',
version='1.1.2',
install_requires=install_requires,
extras_requires={
'all': ['pandas'] + compression_requires,
Expand Down

0 comments on commit f982685

Please sign in to comment.