Skip to content

Commit 8419530

Browse files
chore: bump version 0.1.6 → 0.1.7
1 parent 2d1e159 commit 8419530

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.6
2+
current_version = 0.1.7
33
commit = True
44
tag = True
55
tag_name = v{new_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To add natrix just add the following lines to your `pre-commit-config.yaml` conf
6161
```yaml
6262
repos:
6363
- repo: https://github.com/albertocentonze/natrix
64-
rev: v0.1.6 # Use the latest version
64+
rev: v0.1.7 # Use the latest version
6565
hooks:
6666
- id: natrix
6767
```

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can use Natrix with [pre-commit](https://pre-commit.com/) to automatically l
5050
```yaml
5151
repos:
5252
- repo: https://github.com/AlbertoCentonze/natrix
53-
rev: v0.1.6 # Use the latest version
53+
rev: v0.1.7 # Use the latest version
5454
hooks:
5555
- id: natrix
5656
```

natrix/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "natrix"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "A Vyper linter for fine sneks."
55
readme = "README.md"
66
authors = [{ name = "Alberto Centonze", email = "albicento.ac@gmail.com" }]

0 commit comments

Comments
 (0)