Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Sep 8, 2022
1 parent f969204 commit 6c18aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requires-python = ">=3.10"
dynamic = ["version"]
dependencies = [
"py-algorand-sdk >= 1.16.1",
"pyteal == 0.17.0"
"pyteal == 0.18.1"
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

setup(
name="beaker",
version="0.1.8-alpha",
version="0.1.9-alpha",
python_requires=">=3.10",
packages=find_packages(),
license="MIT",
long_description=open("README.md").read(),
package_data={"beaker": ["py.typed"]},
install_requires=["pyteal==0.17.0", "py-algorand-sdk>=1.16.1"],
install_requires=["pyteal>=0.18.1", "py-algorand-sdk>=1.16.1"],
)

0 comments on commit 6c18aea

Please sign in to comment.