From 07e2906209010fef0cd70f6a19f84007cb55ee91 Mon Sep 17 00:00:00 2001 From: JBH Date: Thu, 3 Nov 2022 13:51:22 +0000 Subject: [PATCH] Bump ver --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eebdbb..8e43234 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: trailing-whitespace - id: check-case-conflict - id: check-merge-conflict - - id: no-commit-to-branch # main + master default protected from direct commit + #- id: no-commit-to-branch # main + master default protected from direct commit - repo: https://github.com/psf/black rev: 22.10.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index 9f072f2..cd20261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spot_sync" -version = "1.0.4" +version = "1.0.5" description = "A schedulable, configurable CLI downloader for Spotify accounts" authors = ["JBH "] license = "MIT"