Skip to content

Commit 0b0fa4b

Browse files
committed
Bump version: 1.3.2-dev → 1.3.2
1 parent ad315cc commit 0b0fa4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pvl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = "The pvl Developers"
2626
__email__ = "[email protected]"
27-
__version__ = "1.3.1"
27+
__version__ = "1.3.2"
2828
__all__ = [
2929
"load",
3030
"loads",

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.3.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pvl',
15-
version='1.3.1',
15+
version='1.3.2',
1616
description=(
1717
'Python implementation for PVL (Parameter Value Language) '
1818
'parsing and encoding.'

0 commit comments

Comments
 (0)