diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a829fc0..e5ccea19 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 028efb01..6155a848 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,3 +20,8 @@ - Improve reliability of recognition of archive directories - Improve output of cataloging and reduce repetitive messages - Add message to known when no storms match a search expression + +## v1.0.4 + +- Fix some minor errors in the README +- Finalize review process for JOSS diff --git a/mkdocs.yml b/mkdocs.yml index 1769712b..3982f65a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,4 +62,4 @@ markdown_extensions: - pymdownx.tilde extra: - version: 1.0.3 + version: 1.0.4 diff --git a/psicollect/__init__.py b/psicollect/__init__.py index ad774c04..4f7d3725 100644 --- a/psicollect/__init__.py +++ b/psicollect/__init__.py @@ -4,4 +4,4 @@ __name__ = 'psicollect' __author__ = 'PSI' -__version__ = '1.0.3' +__version__ = '1.0.4' diff --git a/setup.py b/setup.py index e9c7f0e0..fd7983de 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='psi-collect', - version='1.0.3', + version='1.0.4', author='PSI Team', description='Collection, aggregation, and cataloging of NOAA post-storm emergency response imagery.', classifiers=[