Skip to content

Commit d6e19d3

Browse files
committed
v0.1.2
1 parent 2712ccd commit d6e19d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def __getattr__(cls, name):
7575
# built documents.
7676
#
7777
# The short X.Y version.
78-
version = u'0.1.1'
78+
version = u'0.1.2'
7979
# The full version, including alpha/beta/rc tags.
80-
release = u'0.1.1'
80+
release = u'0.1.2'
8181

8282
# The language for content autogenerated by Sphinx. Refer to documentation
8383
# for a list of supported languages.

fstwrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "fst-wrapper"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["Johannes Baiter <[email protected]>"]
66

77
[lib]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='rust-fst',
8-
version='0.1.1',
8+
version='0.1.2',
99
author='Johannes Baiter',
1010
author_email='[email protected]',
1111
description=('Python bindings for the Rust `fst` create, providing sets '

0 commit comments

Comments
 (0)