Skip to content

Commit

Permalink
declared stable vers. 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuenterQuast committed Mar 13, 2022
1 parent 476baab commit 1dc011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phypidaq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Import version info
from ._version_info import *
# and set version
_version_suffix = 'b1' # for suffixes such as 'rc' or 'beta' or 'alpha'
_version_suffix = '' # for suffixes such as 'rc' or 'beta' or 'alpha'
__version__ = _version_info._get_version_string()
__version__ += _version_suffix

Expand Down

0 comments on commit 1dc011c

Please sign in to comment.