Skip to content

Commit

Permalink
Merge pull request #39 from mc-digital/oginom/bump-version-to-v0.3.5
Browse files Browse the repository at this point in the history
Bump version to v0.3.5
  • Loading branch information
oginom authored Jun 22, 2022
2 parents b48bd4a + a3ec975 commit bac534b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.4"
__version__ = "0.3.5"

from .categorical import (
CreateCategoricalDicts,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.4"
assert __version__ == "0.3.5"

0 comments on commit bac534b

Please sign in to comment.