Skip to content

Commit

Permalink
Bump date and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Sep 15, 2023
1 parent 71b5b0a commit 8326a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
author = 'Jaroslav Fowkes'

# The full version, including alpha/beta/rc tags
release = '0.3'
release = '0.4'
# The short X.Y version
version = release

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = '13 July 2022'
today = '15 September 2023'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%d %B %Y'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="gofit",
version="0.3",
version="0.4",
description="GOFit: Global Optimization for Fitting problems",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8326a16

Please sign in to comment.