Skip to content

Commit b1194d8

Browse files
committed
chore: bump version v2.16.0
1 parent 04ed41b commit b1194d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

distribution/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: ewgsta <ewgst@proton.me>
22
pkgname=weeb-cli
3-
pkgver=2.15.0
3+
pkgver=2.16.0
44
pkgrel=1
55
pkgdesc="No browser, no ads, no distractions. Just you and an unparalleled anime viewing experience."
66
arch=('any')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "weeb-cli"
7-
version = "2.15.0"
7+
version = "2.16.0"
88
description = "No browser, no ads, no distractions. Just you and an unparalleled anime viewing experience."
99
readme = "README.md"
1010
authors = [{ name = "ewgsta", email = "ewgst@proton.me" }]

weeb_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__version__ (str): Current version of Weeb CLI.
3232
"""
3333

34-
__version__ = "2.15.0"
34+
__version__ = "2.16.0"
3535

3636
# SDK exports for easy import
3737
from weeb_cli.sdk import WeebSDK, list_providers, get_provider_info

0 commit comments

Comments
 (0)