Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Bump sticker version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Oct 9, 2019
1 parent 84813e4 commit 27e2fe8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sticker-graph/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='sticker-graph',
version='0.7.0',
version='0.9.0',
description='Graph construction utilities for sticker',
url='https://github.com/danieldk/sticker',
author='Daniël de Kok',
Expand Down
4 changes: 2 additions & 2 deletions sticker-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sticker-utils"
version = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = ["Daniël de Kok <me@danieldk.eu>"]
description = "Neural sequence labeler (utilities)"
Expand All @@ -24,7 +24,7 @@ serde_derive = "1"
stdinout = "0.4"
threadpool = "1"
toml = "0.5"
sticker = { path = "../sticker", version = "0.8.0" }
sticker = { path = "../sticker", version = "0.9.0" }
tensorflow = "0.13"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sticker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sticker"
version = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = ["Daniël de Kok <me@danieldk.eu>"]
description = "Neural sequence labeler"
Expand Down

0 comments on commit 27e2fe8

Please sign in to comment.