diff --git a/carling/__init__.py b/carling/__init__.py index 5f5111e..ad9917a 100644 --- a/carling/__init__.py +++ b/carling/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.4" +__version__ = "0.3.5" from .categorical import ( CreateCategoricalDicts, diff --git a/pyproject.toml b/pyproject.toml index 9619413..37f88a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carling" -version = "0.3.4" +version = "0.3.5" description = "Useful transforms for supporting apache beam pipelines." authors = [ "Adam Moore ", diff --git a/tests/test_common_transforms.py b/tests/test_common_transforms.py index dbe0732..84391c3 100644 --- a/tests/test_common_transforms.py +++ b/tests/test_common_transforms.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.3.4" + assert __version__ == "0.3.5"