Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elicbarbieri committed Aug 29, 2024
1 parent 260839e commit 8668f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Python package for Interacting with Blockchains

> This package is current an early release. If you encounter any issues, please open an issue on the repository
## Features:
* Backfill & Decode blockchain Data to CSV (ethereum-etl w/ ABI decoding)
* Starknet Data Backfilling
Expand Down Expand Up @@ -407,8 +409,3 @@ entro backfill starknet events --help
# --event-file PATH File to save event data
# --help Show this message and exit.
```


## Documentation:
Documentation is currently being refactored and not live on github. To view current documentation,
clone & setup the Repo & Run `poetry run sphinx-build docs/source/ docs/_build/`
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "entro"
version = "0.0.1"
description = "Python package for interacting with AMMs and simulating their behavior"
version = "0.1.0"
description = "Python package for interacting with blockchains"
authors = ["Eli Barbieri <eli@nethermind.io>"]
readme = "README.md"
packages = [
Expand Down

0 comments on commit 8668f60

Please sign in to comment.