File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 828
828
__copyright__ = "Copyright 2013, Giuseppe Venturini"
829
829
__credits__ = ["Giuseppe Venturini" ]
830
830
__license__ = "BSD 2-Clause License"
831
- __version__ = '0.1-7 '
831
+ __version__ = '0.1-8 '
832
832
__maintainer__ = "Giuseppe Venturini"
833
833
__email__ = "ggventurini+github@gmail.com"
834
834
__status__ = "Stable"
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '0.1'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.1-7 '
55
+ release = '0.1-8 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
import os
4
4
from setuptools import setup , find_packages
5
- __version__ = "0.1-7 "
5
+ __version__ = "0.1-8 "
6
6
7
7
def read (fname ):
8
8
try :
You can’t perform that action at this time.
0 commit comments