Skip to content

Commit

Permalink
fixes +x to files
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 31, 2023
1 parent fedf425 commit 27ff741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.

# Versions

* 1.0.5: Fixes adding +x to sh files
* 1.0.4: Allows empty github url
* 1.0.3: Adds post install instructions to the command line.
* 1.0.2: Remove trailing `.git` and `/` for githurl repo input
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
]
# Change this with the version number bump.
# Also make the change in zcmds/version.py
version = "1.0.4"
version = "1.0.5"

[tool.pylint."MESSAGES CONTROL"]
good-names = [
Expand Down

0 comments on commit 27ff741

Please sign in to comment.