Skip to content

Commit

Permalink
Bump version: 3.5.0 → 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Sep 6, 2022
1 parent e3f038e commit 5648d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/JohannesBuchner/ultranest',
version='3.5.0',
version='3.5.1',
zip_safe=False,
cmdclass={'build_ext': build_ext},
)
2 changes: 1 addition & 1 deletion ultranest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = """Johannes Buchner"""
__email__ = 'johannes.buchner.acad@gmx.com'
__version__ = '3.5.0'
__version__ = '3.5.1'

0 comments on commit 5648d27

Please sign in to comment.