Skip to content

Commit

Permalink
Prep 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trgarrett committed Jan 19, 2024
1 parent dcbe0fc commit 23d6f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "hatchling.build"
[project]
dependencies=[
'blspy == 2.0.2',
'chia-blockchain == 2.1.1',
'chia-blockchain >= 2.1.1',
'chia_rs == 0.2.11'
]
name = "fusion-clsp"
version = "1.0.1"
version = "1.1.0"
authors = [
{ name="Tim Garrett", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest_asyncio
pytest-env

blspy
chia-blockchain==2.1.1
chia-blockchain>=2.1.1

0 comments on commit 23d6f8b

Please sign in to comment.