Skip to content

Commit 4f0fa4a

Browse files
committed
Bump version to 2.0.0
1 parent e461cd5 commit 4f0fa4a

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 = 1.18.0
2+
current_version = 2.0.0
33
message = chore: bump version {current_version} → {new_version}
44
commit = True
55
tag = True

dramatiq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
"WorkerThread",
8585
]
8686

87-
__version__ = "1.18.0"
87+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)