We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f968651 commit 8cb6489Copy full SHA for 8cb6489
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = "eth-stdlib"
10
copyright = "2022, Edward Amor"
11
author = "Edward Amor"
12
-release = "0.2.6"
+release = "0.2.7"
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "eth-stdlib"
3
-version = "0.2.6"
+version = "0.2.7"
4
description = "Ethereum Standard Library for Python"
5
authors = ["Edward Amor <[email protected]>"]
6
license = "LGPL-3.0-only"
0 commit comments