diff --git a/docs/conf.py b/docs/conf.py index cd0f04b..3d48d9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.0.1' +version = '3.0.2' # The full version, including alpha/beta/rc tags. -release = '3.0.1' +release = '3.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python-aniso8601.spec b/python-aniso8601.spec index 384c96d..2c5ffc3 100644 --- a/python-aniso8601.spec +++ b/python-aniso8601.spec @@ -12,7 +12,7 @@ %global tarball_name aniso8601 Name: python-aniso8601 -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: Python 2 library for parsing ISO 8601 strings diff --git a/setup.py b/setup.py index 576b87c..e38ab47 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='aniso8601', - version='3.0.1', + version='3.0.2', description='A library for parsing ISO 8601 strings.', long_description=README_TEXT, author='Brandon Nielsen',