Skip to content

Commit 2a69343

Browse files
committed
Bump to 0.15.8
1 parent a6dc039 commit 2a69343

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

0 commit comments

Comments
 (0)