chore: bump version to 2.0.1

main
Sean Doran 2026-02-27 21:35:59 -05:00
parent bba148561c
commit f8abb7dcfa
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = turn-up-arch
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
pkgver = 1.1.0
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/sean351/turn-up-arch
arch = any
@ -12,11 +12,13 @@ pkgbase = turn-up-arch
depends = python
depends = python-pyserial
depends = python-pulsectl
depends = python-fastapi
depends = uvicorn
depends = pipewire-pulse
depends = playerctl
optdepends = pulseaudio: alternative to pipewire-pulse
install = turnupd.install
source = turn-up-arch-1.1.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v1.1.0.tar.gz
source = turn-up-arch-2.0.1.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v2.0.1.tar.gz
sha256sums = SKIP
pkgname = turn-up-arch

View File

@ -1,7 +1,7 @@
# Maintainer: Sean Doran <sdoran35@gmail.com>
# AUR updates are automated via GitHub Actions on version tag push
pkgname=turn-up-arch
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
arch=('any')

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "turnup"
version = "2.0.0"
version = "2.0.1"
description = "USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
readme = "README.md"
license = { text = "MIT" }