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 676676__copyright__ = "Copyright 2013, Giuseppe Venturini"
677677__credits__ = ["Giuseppe Venturini" ]
678678__license__ = "BSD 2-Clause License"
679- __version__ = '0.1-4 '
679+ __version__ = '0.1-5 '
680680__maintainer__ = "Giuseppe Venturini"
681681__email__ = "ggventurini+github@gmail.com"
682682__status__ = "Stable"
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '0.1'
5454# The full version, including alpha/beta/rc tags.
55- release = '0.1-4 '
55+ release = '0.1-5 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33import os
44from setuptools import setup , find_packages
5- __version__ = "0.1-4 "
5+ __version__ = "0.1-5 "
66
77def read (fname ):
88 try :
You can’t perform that action at this time.
0 commit comments