From 6a6074b8b533374f54b5db72726c129a64bfd230 Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 30 Mar 2023 11:07:00 -0700 Subject: [PATCH] bump to 1.0.4 allows empty github url --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 376626f..c516290 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`. # Versions + * 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 * 1.0.1: Adds +x to all shell scripts diff --git a/pyproject.toml b/pyproject.toml index db0d20e..67ed72d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ ] # Change this with the version number bump. # Also make the change in zcmds/version.py -version = "1.0.3" +version = "1.0.4" [tool.pylint."MESSAGES CONTROL"] good-names = [