autoskope-client 0.1.0__tar.gz → 0.1.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.

Potentially problematic release.


This version of autoskope-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autoskope_client
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python client library for the Autoskope API.
5
5
  Home-page: https://github.com/mcisk/autoskope_client
6
6
  Author: Nico Liebeskind
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autoskope_client
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python client library for the Autoskope API.
5
5
  Home-page: https://github.com/mcisk/autoskope_client
6
6
  Author: Nico Liebeskind
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="autoskope_client",
5
- version="0.1.0",
5
+ version="0.1.1",
6
6
  description="Python client library for the Autoskope API.",
7
7
  author="Nico Liebeskind",
8
8
  author_email="nico@autoskope.de",