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.5.1 '
51+ version = '1.6.0 '
5252# The full version, including alpha/beta/rc tags.
53- release = '1.5.1 '
53+ release = '1.6.0 '
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.5.1 "
6+ __version__ = "1.6.0 "
Original file line number Diff line number Diff line change 1111from distutils .core import setup
1212from setuptools .command .test import test as TestCommand
1313
14- version = '1.5.1 '
14+ version = '1.6.0 '
1515
1616
1717class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments