brynq-sdk-task-scheduler 1.1.1__tar.gz → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_task_scheduler
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Code to execute tasks in BrynQ.com with the task scheduler
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -11,7 +11,7 @@ import requests
11
11
  from brynq_sdk.mandrill import MailClient
12
12
  from brynq_sdk.functions import Functions
13
13
  from brynq_sdk.brynq import BrynQ
14
- from brynq_sdk.brynq import MySQL
14
+ from brynq_sdk.mysql import MySQL
15
15
  from brynq_sdk.elastic import Elastic
16
16
  import warnings
17
17
  import re
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-task-scheduler
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Code to execute tasks in BrynQ.com with the task scheduler
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_task_scheduler',
6
- version='1.1.1',
6
+ version='1.1.2',
7
7
  description='Code to execute tasks in BrynQ.com with the task scheduler',
8
8
  long_description='Code to execute tasks in the BrynQ.com platform with the task scheduler',
9
9
  author='BrynQ',