Skip to content

Commit

Permalink
Version bump: 1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwint committed May 20, 2021
1 parent 4525544 commit 515d34f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion 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 <matteo@gorilla.co>",
Expand Down
2 changes: 1 addition & 1 deletion s3pypi/__init__.py
@@ -1,2 +1,2 @@
__prog__ = "s3pypi"
__version__ = "1.0.0rc1"
__version__ = "1.0.0rc2"

0 comments on commit 515d34f

Please sign in to comment.