Skip to content

Commit 2757755

Browse files
committed
Increased version number to 0.12.
1 parent ef0fee9 commit 2757755

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eventsourcing-sqlalchemy"
3-
version = "0.11"
3+
version = "0.12"
44
description = "Python package for eventsourcing with SQLAlchemy."
55
authors = [
66
"John Bywater <john.bywater@appropriatesoftware.net>",
@@ -14,7 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17-
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python",
2019
]

0 commit comments

Comments
 (0)