Skip to content

Commit ae3ed8d

Browse files
committed
Bump to v0.17.0
1 parent b5849c1 commit ae3ed8d

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.1"
3+
version = "0.17.0"
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.1'
1+
__version__ = '0.17.0'
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.1'
5+
assert __version__ == '0.17.0'

0 commit comments

Comments
 (0)