diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bfdc711..7d520b4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index d6b9000..f433f1a 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="Protego", - version="0.3.0", + version="0.3.1", description="Pure-Python robots.txt parser with support for modern conventions", long_description=open("README.rst").read(), long_description_content_type="text/x-rst",