diff --git a/docs/python/source/conf.py b/docs/python/source/conf.py index 945ec03..05f7552 100644 --- a/docs/python/source/conf.py +++ b/docs/python/source/conf.py @@ -11,7 +11,7 @@ project = "VERBS" copyright = "2023, Simtopia" author = "Simtopia" -release = "0.1.0" +release = "0.1.1" sys.path.insert(0, os.path.abspath("../../../src")) diff --git a/pyproject.toml b/pyproject.toml index 2c2d04d..e5cba56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "maturin" [project] name = "verbs" -version = "0.1.0" +version = "0.1.1" description = "Ethereum ABM Library" license = {file = "LICENSE"} readme = "README.md"