diff --git a/swift_upload_runner/__init__.py b/swift_upload_runner/__init__.py index b848015..1c4780b 100644 --- a/swift_upload_runner/__init__.py +++ b/swift_upload_runner/__init__.py @@ -1,6 +1,6 @@ """Runner for swift-browser-ui upload and replication operations.""" -__name__ = 'swift_upload_runner' -__version__ = '0.1.3' -__author__ = 'CSC Developers' -__license__ = 'MIT License' +__name__ = "swift_upload_runner" +__version__ = "0.1.4" +__author__ = "CSC Developers" +__license__ = "MIT License"