Skip to content

Commit

Permalink
chore: update calver to include hour
Browse files Browse the repository at this point in the history
Resolves #86
  • Loading branch information
miketheman authored Oct 11, 2024
1 parent b6baa60 commit 6793284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
package_data={"": ["py.typed"]},
use_calver=True,
use_calver="%Y.%m.%d.%H",
setup_requires=["calver"],
)

0 comments on commit 6793284

Please sign in to comment.