From 46de7e490233983573b0fd8c1135e9b381cbc89b Mon Sep 17 00:00:00 2001 From: andr11b <4ndr116@gmail.com> Date: Tue, 24 Dec 2024 15:37:31 +0200 Subject: [PATCH] fixed version number --- fls/__init__.py | 2 +- fls/fls.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fls/__init__.py b/fls/__init__.py index 1b849d1..20da5e8 100644 --- a/fls/__init__.py +++ b/fls/__init__.py @@ -1,4 +1,4 @@ """ FLS: A module for matching file system paths against patterns. """ -__version__ = "0.0.1.241223" +__version__ = "0.0.1.241122" diff --git a/fls/fls.py b/fls/fls.py index 23a0e9b..6062ba0 100644 --- a/fls/fls.py +++ b/fls/fls.py @@ -3,7 +3,7 @@ Description: A module for matching file system paths against patterns. Author: Andrii Burkatskyi aka andr11b Year: 2024 -Version: 0.0.1.241223 +Version: 0.0.1.241122 License: MIT License Email: 4ndr116@gmail.com Link: https://github.com/codyverse/fls diff --git a/setup.py b/setup.py index 642159e..02f71d7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="FLS", - version="0.0.1.241223", + version="0.0.1.241122", description="A module for matching file system paths against patterns.", long_description=open("README.md").read(), long_description_content_type="text/markdown",