diff --git a/pvl/__init__.py b/pvl/__init__.py index f5968a2..8b71efd 100755 --- a/pvl/__init__.py +++ b/pvl/__init__.py @@ -24,7 +24,7 @@ __author__ = "The pvl Developers" __email__ = "rbeyer@rossbeyer.net" -__version__ = "1.3.1" +__version__ = "1.3.2" __all__ = [ "load", "loads", diff --git a/setup.cfg b/setup.cfg index 73acea8..9302b19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 65ba995..a36a36d 100755 --- a/setup.py +++ b/setup.py @@ -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.'