Skip to content

Commit

Permalink
feat: prep 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fp-crypto committed Sep 5, 2023
1 parent 996c39e commit 62e255c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ It provides an easy-to-use API for generating weiroll programs that can then be
## Installation

```
pip install ape-roll==0.0.1
pip install ape-roll==0.0.2
```

where `0.0.1` is the latest version.
where `0.0.2` is the latest version.

## Usage

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[tool.poetry]
name = "ape-roll"
version = "0.0.1"
version = "0.0.2"
description = "Build weiroll transactions with ape"
authors = ["FP <[email protected]>"]
license = "MIT"
packages = [
{ include = "ape_roll" },
]
readme = "README.md"
homepage = "https://github.com/fp-crypto/ape-roll"
repository = "https://github.com/fp-crypto/ape-roll"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand Down

0 comments on commit 62e255c

Please sign in to comment.