Wauplin HF staff commited on
Commit
7582385
1 Parent(s): 3855dd6

update to 0.2.0

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/gradio_space_ci/__init__.py +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ Add the following line to it:
68
 
69
  ```bash
70
  # requirements.txt
71
- gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.1.3
72
  ```
73
 
74
  ### 2. Add a user token as `HF_TOKEN` secret
 
68
 
69
  ```bash
70
  # requirements.txt
71
+ gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.0
72
  ```
73
 
74
  ### 2. Add a user token as `HF_TOKEN` secret
src/gradio_space_ci/__init__.py CHANGED
@@ -38,4 +38,4 @@ else:
38
  from .webhook import enable_space_ci # noqa: F401
39
 
40
 
41
- __version__ = "0.1.3"
 
38
  from .webhook import enable_space_ci # noqa: F401
39
 
40
 
41
+ __version__ = "0.2.0"