Skip to content

Commit 2598488

Browse files
committed
bump version, changelog
1 parent dd68d85 commit 2598488

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genimtools-py"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

genimtools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genimtools"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
edition = "2021"
55
description = "Performance-critical tools to manipulate, analyze, and process genomic interval data. Primarily focused on building tools for geniml - our genomic machine learning python package."
66
license = "MIT"

genimtools/docs/changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.10]
8+
- update file format specifications
9+
710
## [0.0.9]
811
- start working on the concept of a `.gtok` file-format to store tokenized regions
9-
- - added basic readers and writers for this format
12+
- added basic readers and writers for this format
1013

1114
## [0.0.8]
1215
- add a new `ids_as_strs` getter to the `TokenizedRegionSet` struct so that we can get the ids as strings quickly, this is meant mostly for interface with geniml.

0 commit comments

Comments
 (0)