Skip to content

Commit b9695be

Browse files
committed
Release 0.2.7
1 parent 6178d18 commit b9695be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyixapi/core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
RoleAssignment,
3232
)
3333

34-
__version__ = "0.2.6"
34+
__version__ = "0.2.7"
3535

3636

3737
class API(object):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyixapi"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Python API client library for IX-API"
55
authors = [{ name = "Guillaume Mazoyer", email = "oss@mazoyer.eu" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)