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 46de7e4 commit fe86dec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 2024-12-24 (v0.0.1.241224)
### Fixed
- Version number.

## 2024-11-22 (v0.0.1.241122)
- First release
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.241122"
__version__ = "0.0.1.241224"
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.241122
Version: 0.0.1.241224
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.241122",
version="0.0.1.241224",
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 fe86dec

Please sign in to comment.