File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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.1 '
25+ release = '0.2 '
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 = '14 April 2022'
31+ today = '23 May 2022'
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.1 " ,
122+ version = "0.2 " ,
123123 description = "GOFit: Global Optimization for Fitting problems" ,
124124 long_description = open ('README.md' ).read (),
125125 long_description_content_type = "text/markdown" ,
@@ -129,7 +129,7 @@ def build_extension(self, ext):
129129 license = 'New BSD' ,
130130 keywords = "mathematics optimization" ,
131131 classifiers = [
132- 'Development Status :: 5 - Production/Stable ' ,
132+ 'Development Status :: 4 - Beta ' ,
133133 'Environment :: Console' ,
134134 'Framework :: IPython' ,
135135 'Framework :: Jupyter' ,
You can’t perform that action at this time.
0 commit comments