We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6178d18 commit b9695beCopy full SHA for b9695be
pyixapi/core/api.py
@@ -31,7 +31,7 @@
31
RoleAssignment,
32
)
33
34
-__version__ = "0.2.6"
+__version__ = "0.2.7"
35
36
37
class API(object):
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pyixapi"
3
-version = "0.2.6"
+version = "0.2.7"
4
description = "Python API client library for IX-API"
5
authors = [{ name = "Guillaume Mazoyer", email = "oss@mazoyer.eu" }]
6
readme = "README.md"
0 commit comments