Skip to content

Commit

Permalink
Bump version to 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 18, 2023
1 parent 5e35aba commit 22b90bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

lib = _get_shared_lib_location(__file__)

__version__ = "0.3.14"
__version__ = "0.3.15"

mapping = {"Mon": 1, "Tue": 2, "Wed": 3, "Thu": 4, "Fri": 5, "Sat": 6, "Sun": 7}
reverse_mapping = {value: key for key, value in mapping.items()}
Expand Down
2 changes: 1 addition & 1 deletion polars_business/polars_business/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
version = "0.3.14"
version = "0.3.15"
requires-python = ">=3.8"

0 comments on commit 22b90bb

Please sign in to comment.