Skip to content

Commit

Permalink
Version bump: 1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwint committed Jun 5, 2021
1 parent 52d90ac commit 4871814
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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.0rc3 - 2021-06-05

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ S3PyPI is a CLI for creating a Python Package Repository in an S3 bucket.
Install s3pypi using pip:

```console
$ pip install s3pypi==1.0.0rc2
$ pip install s3pypi==1.0.0rc3
```


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "s3pypi"
version = "1.0.0rc2"
version = "1.0.0rc3"
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__prog__ = "s3pypi"
__version__ = "1.0.0rc2"
__version__ = "1.0.0rc3"

0 comments on commit 4871814

Please sign in to comment.