Skip to content

Commit

Permalink
make date version PEP440 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Feb 28, 2024
1 parent 4ca0b7b commit 56933b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc_supertree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__copyright__ = "Copyright 2024, Robert McArthur"
__credits__ = ["Robert McArthur"]
__license__ = "BSD"
__version__ = "2024.02.26"
__version__ = "2024.2.28"
__maintainer__ = "Robert McArthur"
__status__ = "Production"

Expand Down

0 comments on commit 56933b7

Please sign in to comment.