File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222author = 'Jaroslav Fowkes'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.3 '
25+ release = '0.4 '
2626# The short X.Y version
2727version = release
2828
2929# There are two options for replacing |today|: either, you set today to some
3030# non-false value, then it is used:
31- today = '13 July 2022 '
31+ today = '15 September 2023 '
3232# Else, today_fmt is used as the format for a strftime call.
3333#today_fmt = '%d %B %Y'
3434
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def build_extension(self, ext):
119119# logic and declaration, and simpler if you include description/version in a file.
120120setup (
121121 name = "gofit" ,
122- version = "0.3 " ,
122+ version = "0.4 " ,
123123 description = "GOFit: Global Optimization for Fitting problems" ,
124124 long_description = open ('README.md' ).read (),
125125 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments