Skip to content

Commit

Permalink
Release 0.0.5 [auto]
Browse files Browse the repository at this point in the history
  • Loading branch information
tlemane committed Mar 28, 2021
1 parent dc2ad78 commit 64f4104
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13.0)
project(kmtricks VERSION 0.0.4)
project(kmtricks VERSION 0.0.5)

set(CONTACT "teo.lemane@inria.fr")
set(INFOS ${PROJECT_BINARY_DIR}/build_infos.txt)
Expand Down
2 changes: 1 addition & 1 deletion conda/kmtricks/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kmtricks
version: "0.0.4"
version: "0.0.5"

source:
git_url: https://github.com/tlemane/kmtricks
Expand Down
2 changes: 2 additions & 0 deletions doc/releases/desc-0.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kmtricks v0.0.5
- fix k-mer size in ascii matrix
2 changes: 1 addition & 1 deletion kmtricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from shutil import rmtree, copyfile
from copy import deepcopy, copy

__version__ = '0.0.4'
__version__ = '0.0.5'

MIN_PYTHON = (3, 6)
if sys.version_info < MIN_PYTHON:
Expand Down

0 comments on commit 64f4104

Please sign in to comment.