Skip to content

Commit

Permalink
Set v3.1.1 as final
Browse files Browse the repository at this point in the history
  • Loading branch information
Defxult committed Dec 1, 2022
1 parent 88fe12d commit 8bc398b
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 @@ -8,7 +8,7 @@ def _get_readme() -> str:

def _version_info() -> str:
version = (3, 1, 1)
release_level: Literal['alpha', 'beta', 'rc', 'final'] = 'rc'
release_level: Literal['alpha', 'beta', 'rc', 'final'] = 'final'

BASE: Final[str] = '.'.join([str(n) for n in version])

Expand Down

0 comments on commit 8bc398b

Please sign in to comment.