Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 7, 2023
1 parent 70fd64b commit 222dd36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
---

## [2.0.2](https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.1...2.0.2) (2023-02-07)


### Bug Fixes

* **sinan-collection:** bugfix on loading sinan data paths ([#208](https://github.com/thegraphnetwork/epigraphhub_py/issues/208)) ([ee3fce1](https://github.com/thegraphnetwork/epigraphhub_py/commit/ee3fce14cfe9c04cbfa5f4acff476f43ca8a10f4))
* **sinan:** use home dir to download sinan data ([#209](https://github.com/thegraphnetwork/epigraphhub_py/issues/209)) ([70fd64b](https://github.com/thegraphnetwork/epigraphhub_py/commit/70fd64ba3d1410aa5ef58194fe4d1829e4e46d5d))

## [2.0.1](https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.0...2.0.1) (2023-01-16)


Expand Down
2 changes: 1 addition & 1 deletion epigraphhub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "2.0.1" # changed by semantic-release
return "2.0.2" # changed by semantic-release


version: str = get_version()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "epigraphhub"
version = "2.0.1" # changed by semantic-release
version = "2.0.2" # changed by semantic-release
description = "Epigraphhub Python package"
readme = "README.md"
authors = ["thegraphnetwork <[email protected]>"]
Expand Down

0 comments on commit 222dd36

Please sign in to comment.