Skip to content

Commit 18cda91

Browse files
committed
Bump version: 2.6.1 → 2.6.2
1 parent 55b24c8 commit 18cda91

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 = 2.6.1
2+
current_version = 2.6.2
33
tag_name = {new_version}
44
commit = True
55
tag = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="memorious",
9-
version="2.6.1",
9+
version="2.6.2",
1010
description="A minimalistic, recursive web crawling library for Python.",
1111
long_description=long_description,
1212
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)