Skip to content

Commit

Permalink
bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 24, 2023
1 parent 3f69876 commit b4e5f27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = "yamldb"
version = "1.0.3"
version = "1.0.4"
description = "A file based database using yaml as file format"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/yamldb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Te init file contains a __version__
"""
__version__ = "1.0.0"
__version__ = "1.0.4"
from yamldb.YamlDB import YamlDB

0 comments on commit b4e5f27

Please sign in to comment.