Skip to content

Commit

Permalink
Bump version: 1.3.2-dev → 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Aug 11, 2022
1 parent ad315cc commit 0b0fa4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = "The pvl Developers"
__email__ = "rbeyer@rossbeyer.net"
__version__ = "1.3.1"
__version__ = "1.3.2"
__all__ = [
"load",
"loads",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pvl',
version='1.3.1',
version='1.3.2',
description=(
'Python implementation for PVL (Parameter Value Language) '
'parsing and encoding.'
Expand Down

0 comments on commit 0b0fa4b

Please sign in to comment.