Skip to content

Commit

Permalink
Bump version: 1.0.3-alpha.0 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienboutonnet committed Dec 12, 2020
1 parent dac649f commit ab50593
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 = 1.0.3-alpha.0
current_version = 1.0.3
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
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 = "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 <[email protected]>"]
maintainers = ["Bastien Boutonnet <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion sheetwork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version module and init for sheetwork."""

__version__ = "1.0.3-alpha.0"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion sheetwork/core/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3-alpha.0"
__version__ = "1.0.3"

0 comments on commit ab50593

Please sign in to comment.