From 18213172aa708124155815fb55382a8fed9187c4 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 2 Jan 2023 05:11:48 +0200 Subject: [PATCH] Switched to semantic versioning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f62eae8..5addf4a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as file: setuptools.setup( name='facebook-downloader', - version='2022.1.2.1', + version='1.3.1', author='Richard Mwewa', author_email='rly0nheart@duck.com', packages=['facebook_downloader'],