diff --git a/pyproject.toml b/pyproject.toml index 27d20ac0..6e354b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ name = "Removals" showcontent = true [tool.bumpversion] -current_version = "0.2.1" +current_version = "0.2.2" parse = """ (?P\\d+) \\.(?P\\d+) diff --git a/setup.py b/setup.py index 463555f9..a17574e0 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ if not readthedocs_is_building: setup( name="libp2p", # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process. - version="0.2.1", + version="0.2.2", description="""libp2p: The Python implementation of the libp2p networking stack""", long_description=long_description, long_description_content_type="text/markdown",