Skip to content

Commit 64f4104

Browse files
committed
Release 0.0.5 [auto]
1 parent dc2ad78 commit 64f4104

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13.0)
2-
project(kmtricks VERSION 0.0.4)
2+
project(kmtricks VERSION 0.0.5)
33

44
set(CONTACT "teo.lemane@inria.fr")
55
set(INFOS ${PROJECT_BINARY_DIR}/build_infos.txt)

conda/kmtricks/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: kmtricks
3-
version: "0.0.4"
3+
version: "0.0.5"
44

55
source:
66
git_url: https://github.com/tlemane/kmtricks

doc/releases/desc-0.0.5.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kmtricks v0.0.5
2+
- fix k-mer size in ascii matrix

kmtricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from shutil import rmtree, copyfile
3737
from copy import deepcopy, copy
3838

39-
__version__ = '0.0.4'
39+
__version__ = '0.0.5'
4040

4141
MIN_PYTHON = (3, 6)
4242
if sys.version_info < MIN_PYTHON:

0 commit comments

Comments
 (0)