Skip to content

Commit d8a400a

Browse files
committed
upversion
1 parent eb42640 commit d8a400a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
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.

pydeps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Python module dependency visualization. This package installs the ``pydeps``
44
command, and normal usage will be to use it from the command line.
55
"""
6-
__version__ = "1.5.1"
6+
__version__ = "1.6.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from distutils.core import setup
1212
from setuptools.command.test import test as TestCommand
1313

14-
version='1.5.1'
14+
version='1.6.0'
1515

1616

1717
class PyTest(TestCommand):

0 commit comments

Comments
 (0)