Skip to content

Commit

Permalink
Version bump: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwint committed Mar 13, 2022
1 parent 977f309 commit 8f22da9
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0 - 2022-03-13

### Added

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
S3PyPI is a CLI for creating a Python Package Repository in an S3 bucket.


## Alternatives

- [AWS CodeArtifact](https://aws.amazon.com/codeartifact/) is a fully managed
service that integrates with IAM.


## Getting started

### Installation

Install s3pypi using pip:

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


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.0rc3"
version = "1.0.0"
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.0rc3"
__version__ = "1.0.0"

0 comments on commit 8f22da9

Please sign in to comment.