File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Release Notes
22---
33
4+ ## [ 2.0.4] ( https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.3...2.0.4 ) (2023-03-14)
5+
6+
7+ ### Bug Fixes
8+
9+ * ** sinan:** split sinan continue ([ #213 ] ( https://github.com/thegraphnetwork/epigraphhub_py/issues/213 ) ) ([ 534c38e] ( https://github.com/thegraphnetwork/epigraphhub_py/commit/534c38eb53cb4006a49d9010b7353af5634d0216 ) )
10+
411## [ 2.0.3] ( https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.2...2.0.3 ) (2023-02-08)
512
613
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_version() -> str:
99 try :
1010 return importlib_metadata .version (__name__ )
1111 except importlib_metadata .PackageNotFoundError : # pragma: no cover
12- return "2.0.3 " # changed by semantic-release
12+ return "2.0.4 " # changed by semantic-release
1313
1414
1515version : str = get_version ()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
66[tool .poetry ]
77name = " epigraphhub"
8- version = " 2.0.3 " # changed by semantic-release
8+ version = " 2.0.4 " # changed by semantic-release
99description = " Epigraphhub Python package"
1010readme = " README.md"
1111authors = [
" thegraphnetwork <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments