File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ include LICENSE README.rst
2+ recursive-include tests *
3+ recursive-include docs *
4+ recursive-exclude docs *.pyc
5+ recursive-exclude docs *.pyo
6+ recursive-exclude tests *.pyc
7+ recursive-exclude tests *.pyo
8+ prune docs/_build/doctrees
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '0.2'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.2'
53+ release = '0.2.1 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def read(fname):
66
77setup (
88 name = "python-flot-utils" ,
9- version = "0.2" ,
9+ version = "0.2.1 " ,
1010 author = "Brian Luft" ,
1111 author_email = "brian@unbracketed.com" ,
1212 description = ("Makes it easy to convert Python data structures"
You can’t perform that action at this time.
0 commit comments