ix-notifiers 0.5.0__tar.gz → 0.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ix-notifiers
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A python library for notifiers
5
5
  Author-email: Alex Thomae <notifiers@egos.tech>
6
6
  License: MIT License
@@ -31,7 +31,7 @@ Classifier: Operating System :: OS Independent
31
31
  Requires-Python: >=3.6
32
32
  Description-Content-Type: text/markdown
33
33
  License-File: LICENSE
34
- Requires-Dist: requests==2.32.2
34
+ Requires-Dist: requests==2.32.3
35
35
 
36
36
  # ix-notifiers
37
37
 
@@ -3,6 +3,6 @@
3
3
  """ Constants declarations """
4
4
 
5
5
  # These get overwritten at build time. See build.sh
6
- VERSION = '0.5.0'
6
+ VERSION = '0.5.1'
7
7
  BUILD = None
8
8
  NAME = 'ix-notifiers'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ix-notifiers
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A python library for notifiers
5
5
  Author-email: Alex Thomae <notifiers@egos.tech>
6
6
  License: MIT License
@@ -31,7 +31,7 @@ Classifier: Operating System :: OS Independent
31
31
  Requires-Python: >=3.6
32
32
  Description-Content-Type: text/markdown
33
33
  License-File: LICENSE
34
- Requires-Dist: requests==2.32.2
34
+ Requires-Dist: requests==2.32.3
35
35
 
36
36
  # ix-notifiers
37
37
 
@@ -0,0 +1 @@
1
+ requests==2.32.3
@@ -0,0 +1 @@
1
+ requests==2.32.3
@@ -7,7 +7,7 @@ import setuptools
7
7
  try:
8
8
  from ix_notifiers.constants import VERSION, BUILD
9
9
  except ModuleNotFoundError:
10
- VERSION = '0.5.0'
10
+ VERSION = '0.5.1'
11
11
  BUILD = None
12
12
 
13
13
  with open("README.md", "r", encoding="utf-8") as fh:
@@ -1 +0,0 @@
1
- requests==2.32.2
@@ -1 +0,0 @@
1
- requests==2.32.2
File without changes
File without changes
File without changes