Skip to content

Commit c5b51ef

Browse files
authored
updated version
1 parent da10533 commit c5b51ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = 'Python library for building Graph Neural Network by few steps'
88
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'
99
LICENSE = 'MIT'
10-
VERSION = '0.0.2'
10+
VERSION = '0.0.3'
1111

1212
DEPENDENCIES = [
1313
'mlflow>=2.1.1',

0 commit comments

Comments
 (0)