Skip to content

Commit

Permalink
Release new version in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hunyadi committed Sep 10, 2024
1 parent c64e8e9 commit 839ee63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pysqlsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:see: https://github.com/hunyadi/pysqlsync
"""

__version__ = "0.7.0"
__version__ = "0.7.1"
__author__ = "Levente Hunyadi"
__copyright__ = "Copyright 2023-2024, Levente Hunyadi"
__license__ = "MIT"
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@ include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
json_strong_typing >= 0.3.2
json_strong_typing >= 0.3.4
certifi >= 2024.8.30; python_version<"3.10"
truststore >= 0.9; python_version>="3.10"
typing_extensions >= 4.8; python_version<"3.12"
typing_extensions >= 4.12; python_version<"3.12"

[options.extras_require]
tsv =
tsv2py >= 0.6
tsv2py >= 0.7
postgresql =
asyncpg >= 0.29
oracle =
oracledb >= 1.4
oracledb >= 2.4
mysql =
aiomysql >= 0.2
PyMySQL[rsa]
mssql =
pyodbc >= 5.0
pyodbc >= 5.1
snowflake =
snowflake-connector-python >= 3.10
snowflake-connector-python >= 3.12
trino =
aiotrino >= 0.2

Expand Down

0 comments on commit 839ee63

Please sign in to comment.