Skip to content

Commit de2f0a7

Browse files
authored
Merge pull request #232 from Chia-Network/bump-version-2
Bump version to 0.2.0
2 parents a0b3438 + 58e310d commit de2f0a7

File tree

5 files changed

+106
-171
lines changed

5 files changed

+106
-171
lines changed

.github/workflows/build-test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ jobs:
161161
python -m pip install maturin==1.7.0 && \
162162
cd .. && pip install --no-index --find-links target/wheels/ clvm_tools_rs && \
163163
cd chia_puzzles && \
164-
# deps for manage_clvm.py
165-
pip install click typing_extensions chia_rs clvm chia_puzzles_py && \
166-
export PYTHONPATH=${PYTHONPATH}:$(pwd) && \
167-
./verify_compiler_version.sh ${CLVM_TOOLS_RS_VERSION} && . .venv/bin/activate && \
168-
echo "Running check" && \
169-
python chia_puzzles_py/manage_clvm.py check && \
170-
echo "Check successful")
164+
pip install click typing_extensions chia_rs clvm chia_puzzles_py) && \
165+
pip uninstall -y clvm_tools_rs && \
166+
pip install --no-index --find-links target/wheels/ clvm_tools_rs && \
167+
(cd chia_puzzles && export PYTHONPATH=${PYTHONPATH}:$(pwd) && \
168+
./verify_compiler_version.sh ${CLVM_TOOLS_RS_VERSION} && . .venv/bin/activate && \
169+
echo "Running check" && \
170+
python chia_puzzles_py/manage_clvm.py check && \
171+
echo "Check successful")
171172
172173
- name: Test Classic command line tools with pytest
173174
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python, '3.9')

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_tools_rs"
3-
version = "0.1.48"
3+
version = "0.2.0"
44
edition = "2018"
55
authors = ["Art Yerkes <art.yerkes@gmail.com>"]
66
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"

0 commit comments

Comments
 (0)