Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed May 26, 2016
1 parent 2712ccd commit d6e19d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'0.1.1'
version = u'0.1.2'
# The full version, including alpha/beta/rc tags.
release = u'0.1.1'
release = u'0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fstwrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "fst-wrapper"
version = "0.1.1"
version = "0.1.2"
authors = ["Johannes Baiter <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='rust-fst',
version='0.1.1',
version='0.1.2',
author='Johannes Baiter',
author_email='[email protected]',
description=('Python bindings for the Rust `fst` create, providing sets '
Expand Down

0 comments on commit d6e19d3

Please sign in to comment.