We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6061b commit 80ccb39Copy full SHA for 80ccb39
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "eventsourcing"
3
-version = "9.4.0b4"
+version = "9.4.0"
4
5
description = "Event sourcing in Python"
6
authors = [
@@ -9,8 +9,8 @@ authors = [
9
license = "BSD 3-Clause"
10
classifiers = [
11
# "Development Status :: 3 - Alpha",
12
- "Development Status :: 4 - Beta",
13
-# "Development Status :: 5 - Production/Stable",
+# "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
14
"Intended Audience :: Developers",
15
"Intended Audience :: Education",
16
"Intended Audience :: Science/Research",
0 commit comments