Skip to content

Commit ca7100f

Browse files
committed
Upgrade to PHOTONAI version 2.2.0
1 parent 592737c commit ca7100f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

photonai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
1414
"""
1515

16-
__version__ = '2.1.0'
16+
__version__ = '2.2.0'
1717

1818
# __all__ = ( )

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88

9-
__version__ = '2.1.0'
9+
__version__ = '2.2.0'
1010

1111
with open("README.md", "r", encoding="utf-8") as fh:
1212
long_description = fh.read()

0 commit comments

Comments
 (0)