We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad315cc commit 0b0fa4bCopy full SHA for 0b0fa4b
pvl/__init__.py
@@ -24,7 +24,7 @@
24
25
__author__ = "The pvl Developers"
26
__email__ = "[email protected]"
27
-__version__ = "1.3.1"
+__version__ = "1.3.2"
28
__all__ = [
29
"load",
30
"loads",
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.1
+current_version = 1.3.2
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='pvl',
15
- version='1.3.1',
+ version='1.3.2',
16
description=(
17
'Python implementation for PVL (Parameter Value Language) '
18
'parsing and encoding.'
0 commit comments