We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029d3d commit 0064e1eCopy full SHA for 0064e1e
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 0.7.73
+current_version = 0.7.74
3
files = setup.py conda-recipe/meta.yaml
4
conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: limix
- version: "0.7.73"
+ version: "0.7.74"
5
source:
6
path: ../
limix/io
@@ -0,0 +1 @@
+deprecated/io
setup.py
@@ -5,7 +5,7 @@
import importlib
7
PKG_NAME = 'limix'
8
-VERSION = '0.7.73'
+VERSION = '0.7.74'
9
10
WORKDIR = os.path.abspath(os.path.dirname(__file__))
11
0 commit comments