Skip to content

Commit

Permalink
Update changelog and version (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jan 4, 2024
1 parent 6860294 commit d669b8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## Changed

# v0.26.1

## Fixed

* Correct `EcPairingCheck` & `EcSubgroupCheck` return types ([#717](https://github.com/algorand/pyteal/pull/717))

# v0.26.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyteal",
version="0.26.0",
version="0.26.1",
author="Algorand",
author_email="pypiservice@algorand.com",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit d669b8c

Please sign in to comment.