Skip to content

Commit 00d37f7

Browse files
committed
Bump version: 2.6.3 → 2.6.4
1 parent 68c5e37 commit 00d37f7

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.3
2+
current_version = 2.6.4
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.3",
9+
version="2.6.4",
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)