diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e1fd9..905dbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/). -## Unreleased +## 1.0.0rc2 - 2021-05-20 ### Added diff --git a/README.md b/README.md index 8eee162..796a09e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ An extended tutorial on this tool can be found Install s3pypi using pip: ```console -$ pip install s3pypi==1.0.0rc1 +$ pip install s3pypi==1.0.0rc2 ``` diff --git a/pyproject.toml b/pyproject.toml index 631d759..3659b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "s3pypi" -version = "1.0.0rc1" +version = "1.0.0rc2" description = "CLI for creating a Python Package Repository in an S3 bucket" authors = [ "Matteo De Wint ", diff --git a/s3pypi/__init__.py b/s3pypi/__init__.py index 9b85c0b..606029d 100644 --- a/s3pypi/__init__.py +++ b/s3pypi/__init__.py @@ -1,2 +1,2 @@ __prog__ = "s3pypi" -__version__ = "1.0.0rc1" +__version__ = "1.0.0rc2"