Skip to content

Commit 80ccb39

Browse files
committed
Increased version to 9.4.0.
1 parent 7b6061b commit 80ccb39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eventsourcing"
3-
version = "9.4.0b4"
3+
version = "9.4.0"
44

55
description = "Event sourcing in Python"
66
authors = [
@@ -9,8 +9,8 @@ authors = [
99
license = "BSD 3-Clause"
1010
classifiers = [
1111
# "Development Status :: 3 - Alpha",
12-
"Development Status :: 4 - Beta",
13-
# "Development Status :: 5 - Production/Stable",
12+
# "Development Status :: 4 - Beta",
13+
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: Education",
1616
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)