Skip to content

Commit 6e37913

Browse files
author
semantic-release
committed
chore(release): v1.0.1
1 parent 3d9a867 commit 6e37913

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

minidb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@
158158
'save_database',
159159
]
160160

161-
__version__ = '1.0.0'
161+
__version__ = '1.0.1'

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 = "minidb"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "A miniature in-memory database with SQL-like query support"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)