Skip to content

Commit 8326a16

Browse files
committed
Bump date and version
1 parent 71b5b0a commit 8326a16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3'
25+
release = '0.4'
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 = '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

setup.py

Lines changed: 1 addition & 1 deletion
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.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",

0 commit comments

Comments
 (0)