brynq-sdk-brynq 2.0.1__tar.gz → 2.0.2__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 brynq-sdk-brynq might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_brynq
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: BrynQ SDK for the BrynQ.com platform
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-brynq
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: BrynQ SDK for the BrynQ.com platform
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,5 +1,4 @@
1
1
  setup.py
2
- brynq_sdk/brynq/__init__.py
3
2
  brynq_sdk_brynq.egg-info/PKG-INFO
4
3
  brynq_sdk_brynq.egg-info/SOURCES.txt
5
4
  brynq_sdk_brynq.egg-info/dependency_links.txt
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_brynq',
5
- version='2.0.1',
5
+ version='2.0.2',
6
6
  description='BrynQ SDK for the BrynQ.com platform',
7
7
  long_description='BrynQ SDK for the BrynQ.com platform',
8
8
  author='BrynQ',
@@ -1 +0,0 @@
1
- from brynq_sdk_brynq.brynq import *
@@ -1 +0,0 @@
1
- brynq_sdk