version: bump to 0.9.5

This commit is contained in:
James Woglom
2023-09-30 20:48:39 -04:00
parent 3260442893
commit 3fe131bcf3
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ jobs:
pipenv check \
--ignore 51499 \
--ignore 52495 \
--ignore 52365
--ignore 52365 \
--ignore 59956 \
--ignore 58755
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names