Skip to content

Commit 98285d5

Browse files
committed
Bump version: 0.2.2 → 0.3.0
1 parent ad442a5 commit 98285d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 0.2.2
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sqlalchemy-memory"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
dependencies = [
99
"sqlalchemy>=2.0,<3.0",
1010
"sortedcontainers>=2.4.0"

sqlalchemy_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"AsyncMemorySession",
77
]
88

9-
__version__ = '0.2.2'
9+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)