File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11[package ]
22
33name = " fst-wrapper"
4- version = " 0.1.1 "
4+ version = " 0.1.2 "
55authors = [" Johannes Baiter <johannes.baiter@gmail.com>" ]
66
77[lib ]
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'rust-fst' ,
8- version = '0.1.1 ' ,
8+ version = '0.1.2 ' ,
99 author = 'Johannes Baiter' ,
1010 author_email = 'johannes.baiter@gmail.com' ,
1111 description = ('Python bindings for the Rust `fst` create, providing sets '
You can’t perform that action at this time.
0 commit comments