We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ceae6 commit d24d5c4Copy full SHA for d24d5c4
cloud2sql/__init__.py
@@ -2,13 +2,13 @@
2
Cloud2Sql
3
~~~~~~~~~~~~~~~~~~~~~~~~~~
4
Read infrastructure data from your cloud and export it to a SQL database.
5
-:copyright: © 2022 Some Engineering Inc.
+:copyright: © 2023 Some Engineering Inc.
6
:license: Apache 2.0, see LICENSE for more details.
7
"""
8
9
__title__ = "cloud2sql"
10
__description__ = "Read infrastructure data from your cloud and export it to a SQL database."
11
__author__ = "Some Engineering Inc."
12
__license__ = "Apache 2.0"
13
-__copyright__ = "Copyright © 2022 Some Engineering Inc."
14
-__version__ = "0.8.0"
+__copyright__ = "Copyright © 2023 Some Engineering Inc."
+__version__ = "0.8.1"
0 commit comments