Skip to content

Commit 6d9e559

Browse files
committed
Bump to 0.16.1
1 parent d6d6a03 commit 6d9e559

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "omnipy"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "Omnipy is a high level Python library for type-driven data wrangling and scalable workflow orchestration (under development)"
55
license = "Apache-2.0"
66
repository = "http://github.com/fairtracks/omnipy"

src/omnipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.16.0'
1+
__version__ = '0.16.1'
22

33
import os
44

tests/test_omnipy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.16.0'
5+
assert __version__ == '0.16.1'

0 commit comments

Comments
 (0)