Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0-a.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienboutonnet committed May 1, 2021
1 parent 5fa1dad commit abf7b3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0-a.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion dbt_sugar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version module and init for dbt-sugar."""

__version__ = "0.0.0"
__version__ = "0.1.0-a.0"
2 changes: 1 addition & 1 deletion dbt_sugar/core/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0-a.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <bastien.b1@gmail.com>"]
license = "GPLv3+"
Expand Down

0 comments on commit abf7b3d

Please sign in to comment.