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 Jan 10, 2025
1 parent dcda0ce commit 290b4bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Levente Hunyadi
Copyright (c) 2023-2025 Levente Hunyadi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions pysqlsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
:see: https://github.com/hunyadi/pysqlsync
"""

__version__ = "0.8.0"
__version__ = "0.8.1"
__author__ = "Levente Hunyadi"
__copyright__ = "Copyright 2023-2024, Levente Hunyadi"
__copyright__ = "Copyright 2023-2025, Levente Hunyadi"
__license__ = "MIT"
__maintainer__ = "Levente Hunyadi"
__status__ = "Production"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
json_strong_typing >= 0.3.5
json_strong_typing >= 0.3.6
certifi >= 2024.12.14; python_version<"3.10"
truststore >= 0.10; python_version>="3.10"
typing_extensions >= 4.12; python_version<"3.12"
Expand Down

0 comments on commit 290b4bd

Please sign in to comment.