Skip to content

Commit

Permalink
Merge pull request #479 from plannigan/bump_version_to_0.13.0.post1
Browse files Browse the repository at this point in the history
Bump version: 0.13.0 → 0.13.0.post1
  • Loading branch information
plannigan authored May 12, 2023
2 parents c37527e + b06d3fb commit 8faa738
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.13.0
current_version = 0.13.0.post1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre_release>[a-z]+))?
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0.post1] - 2023-05-12

### Changed

- Update project metadata for ownership change.
Expand Down
2 changes: 1 addition & 1 deletion columbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
Validator,
)

__version__ = "0.13.0"
__version__ = "0.13.0.post1"
__author__ = "Patrick Lannigan <p.lannigan@gmail.com>"
__all__ = [] # type: ignore
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = columbo
url = https://github.com/plannigan/columbo
author = Patrick Lannigan
author_email = p.lannigan@gmail.com
version = 0.13.0
version = 0.13.0.post1
description = Specify a dynamic set of questions to ask a user and get their answers.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 8faa738

Please sign in to comment.