Skip to content

Commit 8032123

Browse files
committed
Bump date and version
1 parent 5e9d090 commit 8032123

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
author = '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
2727
version = 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
120120
setup(
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',

0 commit comments

Comments
 (0)