Skip to content

Commit

Permalink
Bump to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Nov 9, 2024
1 parent c49f442 commit 7e244b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "omnipy"
version = "0.17.1"
version = "0.17.2"
description = "Omnipy is a high level Python library for type-driven data wrangling and scalable workflow orchestration (under development)"
license = "Apache-2.0"
repository = "http://github.com/fairtracks/omnipy"
Expand Down
2 changes: 1 addition & 1 deletion src/omnipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.17.1'
__version__ = '0.17.2'

import os

Expand Down
2 changes: 1 addition & 1 deletion tests/test_omnipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.17.1'
assert __version__ == '0.17.2'

0 comments on commit 7e244b6

Please sign in to comment.