Skip to content

Commit

Permalink
chore: prepare for beta release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 21, 2021
1 parent afc285f commit d5912a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ import "@openzeppelin/token/ERC721/ERC721.sol";

## 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
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
install_requires=[
"importlib-metadata ; python_version<'3.8'",
"py-solc-x>=1.1.0,<1.2.0",
"eth-ape>=0.1.0a31",
"eth-ape>=0.1.0b2",
], # NOTE: Add 3rd party libraries here
python_requires=">=3.7,<4",
extras_require=extras_require,
Expand All @@ -72,14 +72,13 @@
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"ape_solidity": ["py.typed"]},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit d5912a0

Please sign in to comment.