diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b486c3e..2ec2028 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 2ecc63d..4cdbbbc 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="lxml-stubs", - version="0.1.0", + version="0.1.1", description="Type annotations for the lxml package", long_description=long_description, long_description_content_type="text/markdown",