Skip to content

Commit b8a2193

Browse files
authored
Fix version format (#32)
We didn't use leading zeros in with CalVer in previous releases, so stick with that.
1 parent ad9b178 commit b8a2193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2025.07.0"
1+
__version__ = "2025.7.0"
22

33

44
from . import ace

0 commit comments

Comments
 (0)