Skip to content

Commit ff5b9f9

Browse files
authored
Make dill requirements for flexible to work with Apache Beam reqs (#155)
1 parent 291a491 commit ff5b9f9

4 files changed

Lines changed: 246 additions & 219 deletions

File tree

functional/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from functional.streams import seq, pseq
66

77
__author__ = "Pedro Rodriguez"
8-
__copyright__ = "Copyright 2020, Pedro Rodriguez"
8+
__copyright__ = "Copyright 2021, Pedro Rodriguez"
99
__license__ = "MIT"
10-
__version__ = "1.4.2"
10+
__version__ = "1.4.3"
1111
__maintainer__ = "Pedro Rodriguez"
1212
__email__ = "me@pedro.ai"
1313
__status__ = "Production"

0 commit comments

Comments
 (0)