Skip to content

Commit

Permalink
Update to version tdda-2.0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
njr0 committed Feb 10, 2023
1 parent 18f6d46 commit 2daaef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdda/CHANGES.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@
10.02.2023 2.0.03
Add missing gentest examples in setup.py
###
10.02.2023 2.0.04
Add pyproject.toml
"""
2 changes: 1 addition & 1 deletion tdda/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TDDA_MAJOR_VERSION = 2
TDDA_MINOR_VERSION = 0
TDDA_EDIT = 3
TDDA_EDIT = 4

TDDA_VERSION = '%d.%d.%02d' % (TDDA_MAJOR_VERSION, TDDA_MINOR_VERSION,
TDDA_EDIT)
Expand Down

0 comments on commit 2daaef4

Please sign in to comment.