Skip to content

Commit fb597fa

Browse files
committed
skip v1.0.0-2 (reserved before)
1 parent 4ddad5b commit fb597fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
## [Unreleased]
1212

13-
## [1.0.0] - 2021-08-18
13+
## [1.0.3] - 2021-08-18
1414

1515
### Changed
1616

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ __all__ = ["os", "time"]
908908

909909
```yaml
910910
- repo: https://github.com/hadialqattan/pycln
911-
rev: v1.0.0 # Possible releases: https://github.com/hadialqattan/pycln/releases
911+
rev: v1.0.3 # Possible releases: https://github.com/hadialqattan/pycln/releases
912912
hooks:
913913
- id: pycln
914914
args: [--config=pyproject.toml]

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Title & body -->
66

7-
# Pycln <small>1.0.0</small>
7+
# Pycln <small>1.0.3</small>
88

99
> A formatter for finding and removing unused import statements.
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycln"
3-
version = "1.0.0"
3+
version = "1.0.3"
44
description = "A formatter for finding and removing unused import statements."
55
authors = ["Hadi Alqattan <[email protected]>"]
66
homepage = "https://hadialqattan.github.io/pycln"

0 commit comments

Comments
 (0)