Skip to content

Commit

Permalink
Merge pull request #90 from mc-digital/oginom/bump_version_to_v0.4.0
Browse files Browse the repository at this point in the history
Bump version to v0.4.0
  • Loading branch information
oginom authored Apr 1, 2024
2 parents fdaadfc + dd1488d commit a168b03
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.5"
__version__ = "0.4.0"

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.5"
version = "0.4.0"
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.5"
assert __version__ == "0.4.0"

0 comments on commit a168b03

Please sign in to comment.