wnox 0.5.0__tar.gz → 0.6.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wnox
3
- Version: 0.5.0
4
- Summary: A short description of your package
3
+ Version: 0.6.0
4
+ Summary: QE nexus client.
5
5
  Home-page: https://github.com/arminkardan/pywnox
6
6
  Author: Ethan (Armin) Cardan
7
7
  Author-email: "Ethan (Armin) Cardan" <armin.fire@gmail.com>
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wnox"
7
- version = "0.5.0"
7
+ version = "0.6.0"
8
8
  authors = [{ name = "Ethan (Armin) Cardan", email = "armin.fire@gmail.com" }]
9
- description = "A short description of your package"
9
+ description = "QE nexus client."
10
10
  readme = "README.md"
11
11
  license = { file = "LICENSE" }
12
12
  dependencies = ["slixmpp","bson"]
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="wnox",
5
- version="0.5.0",
5
+ version="0.6.0",
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  author="Ethan (Armin) Cardan",
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wnox
3
- Version: 0.5.0
4
- Summary: A short description of your package
3
+ Version: 0.6.0
4
+ Summary: QE nexus client.
5
5
  Home-page: https://github.com/arminkardan/pywnox
6
6
  Author: Ethan (Armin) Cardan
7
7
  Author-email: "Ethan (Armin) Cardan" <armin.fire@gmail.com>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes