Skip to content

Commit fe8ba6c

Browse files
committed
🔖 release: v0.1.3
1 parent 51b42a7 commit fe8ba6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "watchfs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Watch and sync files to another directory"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/watchfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta information for the project.
22
from __future__ import annotations
33

4-
__version__ = "0.1.2"
4+
__version__ = "0.1.3"
55
__author__ = "Nyakku Shigure"
66
__year__ = "2023"
77
__project_info__ = {

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)