Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dapavlik authored Nov 28, 2024
1 parent da10533 commit c5b51ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DESCRIPTION = 'Python library for building Graph Neural Network by few steps'
LONG_DESCRIPTION = 'Python library for building Graph Neural Network by few steps, preproccesing graph data, logging all experiments with Mlflow. Including the default configuration for multitarget learning with up to 2 groups of node types'
LICENSE = 'MIT'
VERSION = '0.0.2'
VERSION = '0.0.3'

DEPENDENCIES = [
'mlflow>=2.1.1',
Expand Down

0 comments on commit c5b51ef

Please sign in to comment.