Skip to content

Commit be30a0e

Browse files
committed
Release 0.6.0 Initial support for openMINDS and KG v3.
1 parent 65682d0 commit be30a0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.6'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.6.0.dev'
29+
release = '0.6.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

fairgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import re
2323
from .client import KGClient
2424

25-
__version__ = "0.5.2.dev"
25+
__version__ = "0.6.0"
2626

2727
from . import (analysis, base, brainsimulation, client, commons, core, data, experiment, electrophysiology,
2828
errors, minds, optophysiology, software, uniminds, utility, livepapers, openminds)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='fairgraph',
13-
version='0.6.0.dev',
13+
version='0.6.0',
1414
description='Python API for the Human Brain Project Knowledge Graph',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)