Skip to content

Commit 75d7fff

Browse files
release: v3.0.3
1 parent 19c33bc commit 75d7fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kmi/db-sync-tool",
33
"description": "Python script to synchronize a database from and to client systems.",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"license": "MIT",
66
"homepage": "https://github.com/jackd248/db-sync-tool",
77
"type": "project",

db_sync_tool/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Info script
33
"""
4-
__version__ = "3.0.2"
4+
__version__ = "3.0.3"
55
__pypi_package_url__ = "https://pypi.org/pypi/db-sync-tool-kmi"
66
__homepage__ = "https://github.com/jackd248/db-sync-tool"

0 commit comments

Comments
 (0)