diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 08e5fbf..e96e5c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 56a6bf2..28d29fa 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,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.3", + version="0.1.4", description="libp2p implementation written in python", long_description=long_description, long_description_content_type="text/markdown",