Skip to content

Commit 290dcc4

Browse files
committed
bump version number
1 parent dd5fed4 commit 290dcc4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "uv_build"
55
[project]
66
name = "audio-visualizer-python"
77
description = "Create audio visualization videos from a GUI or commandline"
8-
version = "2.1.1"
8+
version = "2.1.2"
99
requires-python = ">= 3.12"
1010
license = "MIT"
1111
classifiers=[

src/avp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44

55

6-
__version__ = "2.1.1"
6+
__version__ = "2.1.2"
77

88

99
class Logger(logging.getLoggerClass()):

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)