Skip to content

Commit 84fcdef

Browse files
committed
update version
1 parent 87b2711 commit 84fcdef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
artifacts: "pcatt/greedy_builder.cpp, requirements.txt, setup.py, README.md, LICENSE"
1919
bodyFile: "README.md"
20-
tag: "v0.10"
20+
tag: "v0.11"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conda install tbb-devel
99

1010
a. Using pip (use the lightweight source code w/o data/notebooks):
1111
```
12-
wget "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.10.tar.gz"
12+
wget "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.11.tar.gz"
1313
unzip pcatt-0.10.zip -d pcatt
1414
cd pcatt
1515
pip install -r requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
license = "MIT",
2323
setup_requires=['pybind11', 'tbb-devel'],
2424
url = "https://github.com/PreferredAI/pcatt/",
25-
download_url = "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.10.tar.gz",
25+
download_url = "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.11.tar.gz",
2626
ext_modules = [module1]
2727
)

0 commit comments

Comments
 (0)