diff --git a/docs/conf.py b/docs/conf.py index eebaebf..637eb91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/fstwrapper/Cargo.toml b/fstwrapper/Cargo.toml index 717ea72..b610441 100644 --- a/fstwrapper/Cargo.toml +++ b/fstwrapper/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fst-wrapper" -version = "0.1.1" +version = "0.1.2" authors = ["Johannes Baiter "] [lib] diff --git a/setup.py b/setup.py index 1b4801a..bf30000 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='rust-fst', - version='0.1.1', + version='0.1.2', author='Johannes Baiter', author_email='johannes.baiter@gmail.com', description=('Python bindings for the Rust `fst` create, providing sets '