From 3e4420e9c2f277259bb484614d87324614d56073 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:23:05 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b485dab7..d2b246c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ name = "Removals" showcontent = true [tool.bumpversion] -current_version = "0.1.5" +current_version = "0.2.0" parse = """ (?P\\d+) \\.(?P\\d+) diff --git a/setup.py b/setup.py index b40b8ff9..718d1ada 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ if not readthedocs_is_building: setup( name="libp2p", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="0.1.5", + version="0.2.0", description="""libp2p: The Python implementation of the libp2p networking stack""", long_description=long_description, long_description_content_type="text/markdown",