File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ full_name: Victor Giurcoiu
1515email : victor.giurcoiu@tum.de
1616project_name : spectrum_fundamentals
1717project_short_description : Fundamentals public repo
18- version : 0.7.5
18+ version : 0.7.6
1919license : MIT
Original file line number Diff line number Diff line change 1- name-template : " 0.7.5 " # <<COOKIETEMPLE_FORCE_BUMP>>
2- tag-template : 0.7.5 # <<COOKIETEMPLE_FORCE_BUMP>>
1+ name-template : " 0.7.6 " # <<COOKIETEMPLE_FORCE_BUMP>>
2+ tag-template : 0.7.6 # <<COOKIETEMPLE_FORCE_BUMP>>
33exclude-labels :
44 - " skip-changelog"
55
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.5
2+ current_version = 0.7.6
33
44[bumpversion_files_whitelisted]
55init_file = spectrum_fundamentals/__init__.py
Original file line number Diff line number Diff line change 5252# the built documents.
5353#
5454# The short X.Y version.
55- version = "0.7.5 "
55+ version = "0.7.6 "
5656# The full version, including alpha/beta/rc tags.
57- release = "0.7.5 "
57+ release = "0.7.6 "
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " spectrum_fundamentals"
3- version = " 0.7.5 " # <<COOKIETEMPLE_FORCE_BUMP>>
3+ version = " 0.7.6 " # <<COOKIETEMPLE_FORCE_BUMP>>
44description = " Fundamental functions, annotation pipeline and constants for oktoberfest"
55authors = [" Wilhelmlab at Technical University of Munich" ]
66license = " MIT"
Original file line number Diff line number Diff line change 55__author__ = """The Oktoberfest development team (Wilhelmlab at Technical University of Munich)"""
66__copyright__ = f"Copyright { datetime .now ():%Y} , Wilhelmlab at Technical University of Munich"
77__license__ = "MIT"
8- __version__ = "0.7.5 "
8+ __version__ = "0.7.6 "
99
1010import logging
1111import logging .handlers
Original file line number Diff line number Diff line change 55
66
77@click .command ()
8- @click .version_option (version = "0.7.5 " , message = click .style ("spectrum_fundamentals Version: 0.7.5 " ))
8+ @click .version_option (version = "0.7.6 " , message = click .style ("spectrum_fundamentals Version: 0.7.6 " ))
99def main () -> None :
1010 """spectrum_fundamentals."""
1111
You can’t perform that action at this time.
0 commit comments