Skip to content

Commit

Permalink
Make dill requirements for flexible to work with Apache Beam reqs (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha authored Jan 12, 2021
1 parent 291a491 commit ff5b9f9
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 219 deletions.
4 changes: 2 additions & 2 deletions functional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from functional.streams import seq, pseq

__author__ = "Pedro Rodriguez"
__copyright__ = "Copyright 2020, Pedro Rodriguez"
__copyright__ = "Copyright 2021, Pedro Rodriguez"
__license__ = "MIT"
__version__ = "1.4.2"
__version__ = "1.4.3"
__maintainer__ = "Pedro Rodriguez"
__email__ = "[email protected]"
__status__ = "Production"
Loading

0 comments on commit ff5b9f9

Please sign in to comment.