Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed May 8, 2024
1 parent 9c01e6e commit 0f56dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from libbiosmoother import open_descriptions_json
import json

VERSION = "1.5.0"
VERSION = "1.5.1"

# conf version file
def conf_version(in_file_name, cmake_version, out_file_name):
Expand Down Expand Up @@ -101,7 +101,7 @@ def package_files(directory):
'Programming Language :: Python :: 3.9',
],
install_requires=[
'libbiosmoother>=1.5.0',
'libbiosmoother>=1.5.1',
'bokeh==2.3.2', # specific version is necessary for now -> with newer versions the layout starts glitching
'psutil',
'pybase64',
Expand Down

0 comments on commit 0f56dfc

Please sign in to comment.