-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d9d924
commit 8396bb4
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
Release Notes | ||
--- | ||
|
||
## [1.0.1](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.0.0...1.0.1) (2022-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix version by ci ([#140](https://github.com/thegraphnetwork/epigraphhub_py/issues/140)) ([9d9d924](https://github.com/thegraphnetwork/epigraphhub_py/commit/9d9d924ca5966ed8b17688f8bf4f1068b4aa6c18)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "epigraphhub" | ||
version = "0.1.0" # changed by semantic-release | ||
version = "1.0.1" # changed by semantic-release | ||
description = "Epigraphhub Python package" | ||
readme = "README.md" | ||
authors = ["thegraphnetwork <[email protected]>"] | ||
|