diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 323a3206..996d8ac1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index 0cdd8618..06fc7695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sheetwork" -version = "1.0.5" +version = "1.0.6" 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 17dd4b81..28bb1ffa 100644 --- a/sheetwork/__init__.py +++ b/sheetwork/__init__.py @@ -1,3 +1,3 @@ """Version module and init for sheetwork.""" -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/sheetwork/core/_version.py b/sheetwork/core/_version.py index 68cdeee4..382021f3 100644 --- a/sheetwork/core/_version.py +++ b/sheetwork/core/_version.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6"