Skip to content

Commit

Permalink
[FIX] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapels committed Sep 4, 2024
1 parent 47e8a23 commit 1f7e4f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scikeras==0.12.0: deep-learning
dgllife==0.3.2: deep-learning
deepchem==2.7.1: deep-learning
torch_geometric==2.3.1: deep-learning
tensorflow==2.14.0: deep-learning
tensorflow==2.15.0: deep-learning
tensorflow-probability==0.22.1: deep-learning
boruta==0.3: preprocessing, machine-learning
scikit-learn==1.2.0: machine-learning, deep-learning
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = deepmol
version = 1.1.3
version = 1.1.4
description = DeepMol: a python-based machine and deep learning framework for drug discovery
keywords = machine-learning, deep-learning, cheminformatics, drug-discovery
author = DeepMol Team
Expand Down
2 changes: 1 addition & 1 deletion src/deepmol/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.1.3'
__version__ = '1.1.4'

0 comments on commit 1f7e4f4

Please sign in to comment.