We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6a358 commit d2d6fe4Copy full SHA for d2d6fe4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -3,7 +3,7 @@
setup(
name="Protego",
6
- version="0.3.0",
+ version="0.3.1",
7
description="Pure-Python robots.txt parser with support for modern conventions",
8
long_description=open("README.rst").read(),
9
long_description_content_type="text/x-rst",
0 commit comments