diff --git a/pyproject.toml b/pyproject.toml index 1d17d8f..98340af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sas7bdat_converter" -version = "1.2.0" +version = "1.3.0" description = "Convert sas7bdat and xport files into other formats" authors = ["Paul Sanders "] license = "MIT" diff --git a/sas7bdat_converter/__init__.py b/sas7bdat_converter/__init__.py index 48edb71..55e0aea 100644 --- a/sas7bdat_converter/__init__.py +++ b/sas7bdat_converter/__init__.py @@ -37,4 +37,4 @@ ] name = "sas7bdat_converter" -__version__ = "1.2.0" +__version__ = "1.3.0"