Skip to content

Commit

Permalink
chore: prepare for beta release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 21, 2021
1 parent e6b5410 commit 0ad59d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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:infura

## 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
url="https://github.com/ApeWorX/ape-infura",
include_package_data=True,
install_requires=[
"eth-ape>=0.1.0a29",
"eth-ape>=0.1.0b2",
"importlib-metadata ; python_version<'3.8'",
], # NOTE: Add 3rd party libraries here
python_requires=">=3.7,<4",
Expand All @@ -72,7 +72,7 @@
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"ape_infura": ["py.typed"]},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 0ad59d1

Please sign in to comment.