Skip to content

Commit 7bc69e6

Browse files
chore(release): 1.1.1
1 parent dc80ece commit 7bc69e6

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+
## [1.1.1](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.1.0...1.1.1) (2022-09-09)
5+
6+
7+
### Bug Fixes
8+
9+
* **depds:** Move from ngboost to ngboost-release ([#171](https://github.com/thegraphnetwork/epigraphhub_py/issues/171)) ([dc80ece](https://github.com/thegraphnetwork/epigraphhub_py/commit/dc80ece59e8bb8531eeb0243dcb5320e35b9982b))
10+
411
# [1.1.0](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.0.1...1.1.0) (2022-09-08)
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 "1.1.0" # changed by semantic-release
12+
return "1.1.1" # 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 = "1.1.0" # changed by semantic-release
8+
version = "1.1.1" # changed by semantic-release
99
description = "Epigraphhub Python package"
1010
readme = "README.md"
1111
authors = ["thegraphnetwork <fccoelho@gmail.com>"]

0 commit comments

Comments
 (0)