Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andr11b committed Dec 24, 2024
1 parent 6b2b571 commit 46de7e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fls/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
FLS: A module for matching file system paths against patterns.
"""
__version__ = "0.0.1.241223"
__version__ = "0.0.1.241122"
2 changes: 1 addition & 1 deletion fls/fls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Link: https://github.com/codyverse/fls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 46de7e4

Please sign in to comment.