Skip to main content

remember to bump the version!

ID
d12e051
date
2025-11-28 22:29:06+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
1a34365
message
remember to bump the version!
changed files
1 file, 1 addition, 1 deletion

Changed files

src/chives/__init__.py (680) → src/chives/__init__.py (680)

diff --git a/src/chives/__init__.py b/src/chives/__init__.py
index 80dea03..a14509d 100644
--- a/src/chives/__init__.py
+++ b/src/chives/__init__.py
@@ -19,7 +19,7 @@ from .timestamps import (
     reformat_date,
 )
 
-__version__ = "1"
+__version__ = "2"
 
 __all__ = [
     "date_matches_any_format",