Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed May 14, 2024
1 parent c103801 commit c241084
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diffpass/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
1 change: 0 additions & 1 deletion nbs/tutorials/mutual_information_msa_pairing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
],
"source": [
"# Stdlib imports\n",
"from collections import defaultdict\n",
"from typing import Optional\n",
"\n",
"# NumPy\n",
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = DiffPaSS
lib_name = diffpass
version = 0.1.0
version = 0.1.1
min_python = 3.7
license = apache2
black_formatting = True
Expand Down

0 comments on commit c241084

Please sign in to comment.