Skip to content

Commit

Permalink
[cdd/__init__.py] Bump version to kickoff PyPi release ; remove dash …
Browse files Browse the repository at this point in the history
…from version number to avoid warning
  • Loading branch information
SamuelMarks committed Jul 3, 2023
1 parent 817666d commit c0fb33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from logging import getLogger as get_logger

__author__ = "Samuel Marks"
__version__ = "0.0.99-rc5"
__version__ = "0.0.99rc6"
__description__ = (
"Open API to/fro routes, models, and tests. "
"Convert between docstrings, classes, methods, argparse, pydantic, and SQLalchemy."
Expand Down

0 comments on commit c0fb33b

Please sign in to comment.