diff --git a/VERSION b/VERSION index e4c0d46..a6a3a43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 26ddad0..b98a750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/yamldb/__init__.py b/src/yamldb/__init__.py index 01d46d9..2641834 100644 --- a/src/yamldb/__init__.py +++ b/src/yamldb/__init__.py @@ -1,5 +1,5 @@ """ Te init file contains a __version__ """ -__version__ = "1.0.0" +__version__ = "1.0.4" from yamldb.YamlDB import YamlDB \ No newline at end of file