diff --git a/pyproject.toml b/pyproject.toml index 0e1ffb08..25ceb1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ name = "Removals" showcontent = true [tool.bumpversion] -current_version = "0.2.3" +current_version = "0.2.4" parse = """ (?P\\d+) \\.(?P\\d+) diff --git a/setup.py b/setup.py index 67b2c31d..85a4b302 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ install_requires.extend(crypto_requires) setup( name="libp2p", # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process. - version="0.2.3", + version="0.2.4", description=description, long_description=long_description, long_description_content_type="text/markdown",