diff --git a/Cargo.toml b/Cargo.toml index c416b73..7664247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Konstantin Gukov "] name = "python-dtparse" -version = "1.2.1" +version = "1.3.0" [dependencies] pyo3 = "0.12.4" diff --git a/setup.py b/setup.py index 6532b5a..429c67f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run(self): setup( name='dtparse', - version='1.2.1', + version='1.3.0', classifiers=[ 'License :: OSI Approved :: MIT License', 'Development Status :: 3 - Alpha',