From abf7b3d5bd8072bf24cc3814e3e1d57b95719af6 Mon Sep 17 00:00:00 2001 From: Bastien Boutonnet Date: Sat, 1 May 2021 17:36:04 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=200.1.0-a.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dbt_sugar/__init__.py | 2 +- dbt_sugar/core/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3da1bdd1..83b6b03c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0-a.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/dbt_sugar/__init__.py b/dbt_sugar/__init__.py index 97e4baef..7f5382e7 100644 --- a/dbt_sugar/__init__.py +++ b/dbt_sugar/__init__.py @@ -1,3 +1,3 @@ """Version module and init for dbt-sugar.""" -__version__ = "0.0.0" +__version__ = "0.1.0-a.0" diff --git a/dbt_sugar/core/_version.py b/dbt_sugar/core/_version.py index 6c8e6b97..231b934b 100644 --- a/dbt_sugar/core/_version.py +++ b/dbt_sugar/core/_version.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.1.0-a.0" diff --git a/pyproject.toml b/pyproject.toml index bcfb0b0f..da67b92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-sugar" -version = "0.0.0" +version = "0.1.0-a.0" description = "A sweet CLI tool to help dbt users enforce documentation and testing on their dbt projects." authors = ["Bastien Boutonnet "] license = "GPLv3+"