diff --git a/.travis.yml b/.travis.yml index cafaf25e..16c9c489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,4 @@ deploy: password: $PYPI_PASSWORD distributions: "bdist_wheel" on: - tags: true \ No newline at end of file + tags: true diff --git a/setup.py b/setup.py index 51d25a88..833e54b9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='4.0.13', + version='4.0.14', description='Real time facility monitoring and notifications for earthquake impacts', long_description=long_description, diff --git a/shakecast/conf/sc.json b/shakecast/conf/sc.json index 7543a1f4..3d241a1a 100644 --- a/shakecast/conf/sc.json +++ b/shakecast/conf/sc.json @@ -30,8 +30,8 @@ "update": { "json_url": "https://raw.githubusercontent.com/usgs/shakecast/master/update.json", "db_version": 1, - "update_version": "4.0.13", - "software_version": "4.0.13", + "update_version": "4.0.14", + "software_version": "4.0.14", "admin_notified": false }, "DNS": "https://localhost",