diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3f29c11..323a3206 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index ea96f4e6..c1f5876f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sheetwork" -version = "1.0.4" +version = "1.0.5" description = "A handy CLI tool to ingest GoogleSheets into your database without writing a single line of code" authors = ["Bastien Boutonnet "] maintainers = ["Bastien Boutonnet "] diff --git a/sheetwork/__init__.py b/sheetwork/__init__.py index 2eaf24e7..17dd4b81 100644 --- a/sheetwork/__init__.py +++ b/sheetwork/__init__.py @@ -1,3 +1,3 @@ """Version module and init for sheetwork.""" -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/sheetwork/core/_version.py b/sheetwork/core/_version.py index 92192eed..68cdeee4 100644 --- a/sheetwork/core/_version.py +++ b/sheetwork/core/_version.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5"