Skip to content

Commit

Permalink
Bump to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Sep 16, 2024
1 parent 0185d02 commit 86e1ee9
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.15.12"
version = "0.16.0"
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.15.12'
__version__ = '0.16.0'

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.15.12'
assert __version__ == '0.16.0'

0 comments on commit 86e1ee9

Please sign in to comment.