Skip to content

Commit

Permalink
bumpversion to 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
vmspereira committed Aug 8, 2023
1 parent fbbe822 commit ab628e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ networkx
matplotlib<=3.5.0
tqdm
joblib
httpx<=0.23.0
httpx~=0.24.0

4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.30
current_version = 0.1.31
commit = True
tag = False

Expand Down Expand Up @@ -36,7 +36,7 @@ install_requires =
matplotlib<=3.5.0
tqdm
joblib
httpx~=0.23
httpx~=0.24
tests_require =
tox
cplex
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion src/mewpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__ = 'BiSBII CEB University of Minho'
__email__ = '[email protected]'
__version__ = '0.1.30'
__version__ = '0.1.31'



Expand Down

0 comments on commit ab628e7

Please sign in to comment.