We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5849c1 commit ae3ed8dCopy full SHA for ae3ed8d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "omnipy"
3
-version = "0.16.1"
+version = "0.17.0"
4
description = "Omnipy is a high level Python library for type-driven data wrangling and scalable workflow orchestration (under development)"
5
license = "Apache-2.0"
6
repository = "http://github.com/fairtracks/omnipy"
src/omnipy/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.16.1'
+__version__ = '0.17.0'
import os
tests/test_omnipy.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == '0.16.1'
+ assert __version__ == '0.17.0'
0 commit comments