Skip to content

Commit

Permalink
bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojt committed Nov 26, 2021
1 parent 4622bad commit e6a511e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0
current_version = 0.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}
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 = "invoicepy"
version = "0.1.0"
version = "0.1.1"
description = "invoicepy is a simple cli tool for generating and storing invoices."
documentation = "https://github.com/adamwojt/invoicepy/README.md"
authors = ["Adam W. <adam1edinburgh@gmail.com>"]
Expand Down

0 comments on commit e6a511e

Please sign in to comment.