File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '1.3.0 '
51+ version = '1.3.1 '
5252# The full version, including alpha/beta/rc tags.
53- release = '1.3.0 '
53+ release = '1.3.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 33Python module dependency visualization. This package installs the ``pydeps``
44command, and normal usage will be to use it from the command line.
55"""
6- __version__ = "1.3.0 "
6+ __version__ = "1.3.1 "
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'pydeps' ,
7- version = '1.3.0 ' ,
7+ version = '1.3.1 ' ,
88 packages = ['pydeps' ],
99 install_requires = [
1010 'enum34'
You can’t perform that action at this time.
0 commit comments