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 0b1e853 commit 9e7c6f3Copy full SHA for 9e7c6f3
2 files changed
leakix/client.py
@@ -11,7 +11,7 @@
11
from leakix.field import *
12
13
14
-__VERSION__ = "0.1.2"
+__VERSION__ = "0.1.3"
15
16
17
class Scope(Enum):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "leakix"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Official python client for LeakIX (https://leakix.net)"
5
authors = ["Danny Willems <danny@leakix.net>"]
6
0 commit comments