We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc19803 commit 45e1948Copy full SHA for 45e1948
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.3.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -3,7 +3,7 @@
setup(
name="Protego",
6
- version="0.2.1",
+ version="0.3.0",
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