Skip to content

Commit

Permalink
v0.2.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jernsting committed Nov 17, 2022
1 parent 876d547 commit 1c1a440
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion photonai_graph/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pbr.version import VersionInfo

__version__ = VersionInfo('<my_package>').release_string()
__version__ = VersionInfo('photonai_graph').release_string()
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ project_urls:
Documentation = https://wwu-mmll.github.io/photonai_graph/
Bug Tracker = https://github.com/wwu-mmll/photonai_graph/issues
download_url = https://pypi.org/project/photonai_graph/#files
keywords = [machine learning deep learning graph convolutional neural networks graphs]
keywords =
machine learning
deep learning
graph convolutional neural networks
graphs
classifiers =
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 1c1a440

Please sign in to comment.