From ab5059395afe5a667c122aa51b50c232b1717162 Mon Sep 17 00:00:00 2001 From: Bastien Boutonnet Date: Sat, 12 Dec 2020 20:41:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.3-alpha.0=20=E2=86=92=201?= =?UTF-8?q?.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- sheetwork/__init__.py | 2 +- sheetwork/core/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 59c47328..31e6d4c3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3-alpha.0 +current_version = 1.0.3 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index ba1b962d..101a0291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sheetwork" -version = "1.0.3-alpha.0" +version = "1.0.3" 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 c3659d40..98ce911d 100644 --- a/sheetwork/__init__.py +++ b/sheetwork/__init__.py @@ -1,3 +1,3 @@ """Version module and init for sheetwork.""" -__version__ = "1.0.3-alpha.0" +__version__ = "1.0.3" diff --git a/sheetwork/core/_version.py b/sheetwork/core/_version.py index 2b33ef6d..976498ab 100644 --- a/sheetwork/core/_version.py +++ b/sheetwork/core/_version.py @@ -1 +1 @@ -__version__ = "1.0.3-alpha.0" +__version__ = "1.0.3"