Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienboutonnet committed Jan 17, 2021
1 parent 7fc9e25 commit 51077e9
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.5
current_version = 1.0.6
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.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 <[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.5"
__version__ = "1.0.6"
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.5"
__version__ = "1.0.6"

0 comments on commit 51077e9

Please sign in to comment.