Skip to content

Commit d2d6fe4

Browse files
committed
Bump version: 0.3.0 → 0.3.1
1 parent df6a358 commit d2d6fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="Protego",
6-
version="0.3.0",
6+
version="0.3.1",
77
description="Pure-Python robots.txt parser with support for modern conventions",
88
long_description=open("README.rst").read(),
99
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)