diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21ffc47..d9456a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ asfsmd release history ====================== -asfsmd v1.1.0 (UNRELEASED) +asfsmd v1.1.0 (03/12/2022) -------------------------- * Now it is possible to customize the selection of files to be downloaded. diff --git a/asfsmd.py b/asfsmd.py index e7933ba..22be6c1 100644 --- a/asfsmd.py +++ b/asfsmd.py @@ -35,7 +35,7 @@ import asf_search as asf -__version__ = "1.0.0" +__version__ = "1.1.0" __all__ = ["download_annotations", "main"]