diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e96e5c8..7491cf4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 5e5553c..7d3b071 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,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.4", + version="0.1.5", description="libp2p implementation written in python", long_description=long_description, long_description_content_type="text/markdown",