Skip to content

Commit 323cfe7

Browse files
committed
Bump version: 2.4.2 → 2.4.3
1 parent 75760dd commit 323cfe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.2
2+
current_version = 2.4.3
33
tag_name = {new_version}
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="memorious",
5-
version="2.4.2",
5+
version="2.4.3",
66
description="A minimalistic, recursive web crawling library for Python.",
77
long_description="",
88
classifiers=[

0 commit comments

Comments
 (0)