Skip to content

Commit b8c1392

Browse files
committed
Bump version to v1.1.0
1 parent 142c320 commit b8c1392

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ref: ${{ github.event.pull_request.head.ref }}
8686

8787
- name: Run code embedder
88-
uses: kvankova/code-embedder@v1.0.2
88+
uses: kvankova/code-embedder@v1.1.0
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191

@@ -101,7 +101,7 @@ You can set up **Code Embedder** as a pre-commit hook using either:
101101
### A. Installation via PyPI
102102
Install the package:
103103
```bash
104-
pip install code-embedder==v1.0.2
104+
pip install code-embedder==v1.1.0
105105
```
106106

107107
Your `.pre-commit-config.yaml` file should look like this:
@@ -118,7 +118,7 @@ Your `.pre-commit-config.yaml` file should look like this:
118118
Alternatively, you can reference the repository directly in your `.pre-commit-config.yaml` file:
119119
```yaml
120120
- repo: https://github.com/kvankova/code-embedder
121-
rev: v1.0.2
121+
rev: v1.1.0
122122
hooks:
123123
- id: code-embedder
124124
name: Code embedder

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "code-embedder"
3-
version = "v1.0.2"
3+
version = "v1.1.0"
44
description = "Embed python code from script to markdown"
55
authors = ["Katerina Vankova <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)