Skip to content

Commit 578aa3f

Browse files
CopilotByron
andcommitted
Bump smmap version to 5.0.3 for Python 3.13 metadata release
Co-authored-by: Byron <63622+Byron@users.noreply.github.com>
1 parent 5eaa310 commit 578aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "byronimo@gmail.com"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (5, 0, 2)
6+
version_info = (5, 0, 3)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)