1 parent 19c33bc commit 75d7fffCopy full SHA for 75d7fff
2 files changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "kmi/db-sync-tool",
3
"description": "Python script to synchronize a database from and to client systems.",
4
- "version": "3.0.2",
+ "version": "3.0.3",
5
"license": "MIT",
6
"homepage": "https://github.com/jackd248/db-sync-tool",
7
"type": "project",
db_sync_tool/info.py
@@ -1,6 +1,6 @@
"""
Info script
-__version__ = "3.0.2"
+__version__ = "3.0.3"
__pypi_package_url__ = "https://pypi.org/pypi/db-sync-tool-kmi"
__homepage__ = "https://github.com/jackd248/db-sync-tool"
0 commit comments