diff --git a/requirements.txt b/requirements.txt index a51d3c2..cf1d86e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ networkx matplotlib<=3.5.0 tqdm joblib -httpx<=0.23.0 +httpx~=0.24.0 diff --git a/setup.cfg b/setup.cfg index 3a94aa1..acd0e5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.30 +current_version = 0.1.31 commit = True tag = False @@ -36,7 +36,7 @@ install_requires = matplotlib<=3.5.0 tqdm joblib - httpx~=0.23 + httpx~=0.24 tests_require = tox cplex diff --git a/setup.py b/setup.py index e564098..6c94be8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='mewpy', - version='0.1.30', + version='0.1.31', python_requires='>=3.6', package_dir={'': 'src'}, packages=find_packages('src'), diff --git a/src/mewpy/__init__.py b/src/mewpy/__init__.py index 2a14d0e..f9584d8 100644 --- a/src/mewpy/__init__.py +++ b/src/mewpy/__init__.py @@ -18,7 +18,7 @@ __author__ = 'BiSBII CEB University of Minho' __email__ = 'vpereira@ceb.uminho.pt' -__version__ = '0.1.30' +__version__ = '0.1.31'