brynq-sdk-zermelo 1.0.0__tar.gz → 1.0.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: 1.0
2
2
  Name: brynq_sdk_zermelo
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Zermelo wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,4 +1,4 @@
1
- from pandas.io.json import json_normalize
1
+ from pandas import json_normalize
2
2
  from time import mktime
3
3
  from brynq_sdk.brynq import BrynQ
4
4
  from typing import List, Union
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-zermelo
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Zermelo wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
 
4
4
  setup(
5
5
  name='brynq_sdk_zermelo',
6
- version='1.0.0',
6
+ version='1.0.1',
7
7
  description='Zermelo wrapper from BrynQ',
8
8
  long_description='Zermelo wrapper from BrynQ',
9
9
  author='BrynQ',