Skip to content

Commit

Permalink
Merge pull request #3 from ApeWorX/chore/prepare-for-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 21, 2021
2 parents b44087b + 3defb58 commit 2be42d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### What I did

<!-- The `fixes:` field denotes an issue that will be marked resolved by merging this PR -->
fixes: #

### How I did it
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ape console --network ethereum:goerli:alchemy

## Development

This project is in early development and should be considered an alpha.
Things might not work, breaking changes are likely.
This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

## License
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": [
"black>=21.10b0,<22.0", # auto-formatter and linter
"mypy>=0.910,<1.0", # Static type analyzer
"flake8>=3.8.3,<4.0", # Style linter
"flake8>=3.9.2,<4.0", # Style linter
"isort>=5.9.3,<6.0", # Import sorting linter
],
"release": [ # `release` GitHub Action job uses this
Expand All @@ -22,7 +22,7 @@
"twine", # Package upload tool
],
"dev": [
"commitizen", # Manage commits and publishing releases
"commitizen>=2.19,<2.20", # Manage commits and publishing releases
"pre-commit", # Ensure that linters are run prior to commiting
"pytest-watch", # `ptw` test watcher/runner
"IPython", # Console for interacting
Expand Down Expand Up @@ -54,7 +54,8 @@
url="https://github.com/ApeWorX/ape-alchemy",
include_package_data=True,
install_requires=[
"eth-ape>=0.1.0a29",
"eth-ape>=0.1.0b2",
"web3>=5.25.0,<6.0.0",
"importlib-metadata ; python_version<'3.8'",
],
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 2be42d0

Please sign in to comment.