Skip to content

Commit 92e73de

Browse files
chore(release): 2.1.0
1 parent 8878bb2 commit 92e73de

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
## [2.1.0](https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.5...2.1.0) (2023-09-25)
5+
6+
7+
### Features
8+
9+
* **deps:** create ml extra packages to shrink package size ([#216](https://github.com/thegraphnetwork/epigraphhub_py/issues/216)) ([8878bb2](https://github.com/thegraphnetwork/epigraphhub_py/commit/8878bb23be88831ca030f740eb6288904088cbf7))
10+
411
## [2.0.5](https://github.com/thegraphnetwork/epigraphhub_py/compare/2.0.4...2.0.5) (2023-04-26)
512

613

epigraphhub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5" # changed by semantic-release
12+
return "2.1.0" # changed by semantic-release
1313

1414

1515
version: str = get_version()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "epigraphhub"
8-
version = "2.0.5" # changed by semantic-release
8+
version = "2.1.0" # changed by semantic-release
99
description = "Epigraphhub Python package"
1010
readme = "README.md"
1111
authors = ["thegraphnetwork <[email protected]>"]

0 commit comments

Comments
 (0)