We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592737c commit ca7100fCopy full SHA for ca7100f
photonai/__init__.py
@@ -13,6 +13,6 @@
13
14
"""
15
16
-__version__ = '2.1.0'
+__version__ = '2.2.0'
17
18
# __all__ = ( )
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup, find_packages
7
8
9
10
11
with open("README.md", "r", encoding="utf-8") as fh:
12
long_description = fh.read()
0 commit comments