diff --git a/Cargo.toml b/Cargo.toml index f89f7e7b49..21fcfe54da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llamapun" -version = "0.1.0" +version = "0.2.0" authors = ["Deyan Ginev ", "Jan Frederik Schaefer "] [lib] diff --git a/README.md b/README.md index 50ab2dd7bc..6235191894 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The **llamapun** library hosts common _language and mathematics processing_ algo [![Build Status](https://secure.travis-ci.org/KWARC/llamapun.png?branch=master)](http://travis-ci.org/KWARC/llamapun) [![API Documentation](https://img.shields.io/badge/docs-API-blue.svg)](http://kwarc.github.io/llamapun/llamapun/index.html) [![license](http://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/KWARC/llamapun/master/LICENSE) -![version](https://img.shields.io/badge/version-0.1-orange.svg) +![version](https://img.shields.io/badge/version-0.2.0-orange.svg) --- At its core, **llamapun** is a [Rust](http://rust-lang.org/) implementation that aims at minimal footprint and optimal runtime, in order to safely scale to corpora of millions of documents and tens of billions ot tokens.