Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit e1bb845

Browse files
committed
feat: Bump version number to 1.2.1
1 parent b15b534 commit e1bb845

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "1.2.0"
3+
version = "1.2.1"
44
info = "Download youtube videos and audios by title or link"
55
author = "Smartwa"
66
repo = "https://github.com/Simatwa/y2mate-api"

y2mate_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22
__prog__ = "y2mate"
33
__info__ = "Download youtube videos and audios by title or link"
44
__author__ = "Smartwa"

0 commit comments

Comments
 (0)