Skip to content

Commit cafdea3

Browse files
committed
bump version to 0.1.6
1 parent 1eeb001 commit cafdea3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "zmqruntime"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Generic ZMQ-based distributed execution framework"
99
authors = [{name = "Tristan Simas", email = "tristan.simas@mail.mcgill.ca"}]
1010
license = {text = "MIT"}
@@ -58,5 +58,5 @@ target-version = ["py310", "py311", "py312", "py313"]
5858

5959
[tool.ruff]
6060
line-length = 100
61-
target-version = "0.1.5"
61+
target-version = "0.1.6"
6262
select = ["E", "F", "I", "N", "W", "UP"]

src/zmqruntime/__init__.py

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

33
from __future__ import annotations
44

5-
__version__ = "0.1.5"
5+
__version__ = "0.1.6"
66

77
from zmqruntime.ack_listener import GlobalAckListener
88
from zmqruntime.client import ZMQClient

0 commit comments

Comments
 (0)