Skip to content

Commit

Permalink
Increment version (0.0.2) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhball authored Dec 17, 2023
1 parent a4bf185 commit 2553674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[![image](https://img.shields.io/pypi/l/twang.svg)](https://pypi.python.org/pypi/twang)
[![image](https://img.shields.io/pypi/pyversions/twang.svg)](https://pypi.python.org/pypi/twang)

Making it easy to mess with music & machine learning
Machine learning tools for guitarists.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "twang"
version = "0.0.1"
description = "Making it easy to mess with music & machine learning"
version = "0.0.2"
description = "Machine learning tools for guitarists"
license = "MIT"
authors = ["mhsb <[email protected]>"]
homepage = 'https://github.com/michaelhball/twang'
Expand All @@ -13,11 +13,11 @@ readme = "README.md"
python = "^3.8"
Cython = "^0.29.33"
ipython = "^8.10.0"
librosa = "^0.10.0"
librosa = "^0.10.1"
mido = "^1.2.10"
pre-commit = "^2.20.0"
pydub = "^0.25.1"
ruff = "^0.0.254"
ruff = "^0.1.8"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
Expand Down
3 changes: 3 additions & 0 deletions twang/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import importlib.metadata

__version__ = importlib.metadata.version(__package__.split(".")[-1])

0 comments on commit 2553674

Please sign in to comment.