diff --git a/CHANGELOG.md b/CHANGELOG.md index da3d4cb..29a79b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and **Merged pull requests**. Critical items to know are: The versions coincide with releases on pip. Only major versions will be released as tags on Github. ## [0.0.x](https://github.com/singularityhub/sregistry-cli/tree/master) (0.0.x) - - adding rpm spec file, sregistry.cli.spec (0.0.90) + - adding rpm spec file, sregistry.cli.spec (0.0.90,0.0.91) - image URI tag should not be changed to lowercase (0.0.89) - adding chunked upload to chunk uploads to Singularity Registry (0.0.88) - fixing shell client bug (0.0.87) diff --git a/sregistry-cli.spec b/sregistry-cli.spec index b235ee3..103ee27 100644 --- a/sregistry-cli.spec +++ b/sregistry-cli.spec @@ -4,14 +4,14 @@ # credit for work goes to the amazing @griznog, John Hanks # Name: sregistry-cli -Version: 0.0.90 +Version: 0.0.91 Release: 0 Url: http://www.github.com/singularityhub/sregistry-cli Summary: Command line tool for working with container storage License: LICENSE (FIXME:No SPDX) Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/s/sregistry/sregistry-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRoot: %{_tmppath}/%{version}-build BuildRequires: python-devel %description # Singularity Global Client diff --git a/sregistry/version.py b/sregistry/version.py index 294538b..10500ed 100644 --- a/sregistry/version.py +++ b/sregistry/version.py @@ -19,7 +19,7 @@ ''' -__version__ = "0.0.90" +__version__ = "0.0.91" AUTHOR = 'Vanessa Sochat' AUTHOR_EMAIL = 'vsochat@stanford.edu' NAME = 'sregistry'