Skip to content

Commit

Permalink
Bump version manually to 0.33 & remove bump action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zo committed Jun 15, 2024
1 parent 50a2d69 commit 1f78e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/bump_version.yml

This file was deleted.

2 changes: 1 addition & 1 deletion chord_progressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import os

__version__ = "0.32.0" # updated by bumpversion, do not change
__version__ = "0.33.0" # updated by bumpversion, do not change

THIS_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.32.0
current_version = 0.33.0

[bumpversion:file:setup.py]

Expand All @@ -10,7 +10,7 @@ max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E261, E501, W391, W503, W605, E203, E266, E722
exclude =
exclude =
archive,
.git,
__pycache__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.32.0"
__version__ = "0.33.0"

dev_requires = ["black", "flake8", "ipdb", "ipython", "isort", "bumpversion", "mkdocs-material"]

Expand Down

0 comments on commit 1f78e17

Please sign in to comment.