File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
33package :
44 name : pydeps
55 description : Display module dependencies
6- version : 2.0.0
6+ version : 2.0.1
77 created : 2014
88
99build :
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '2.0.0 '
57+ version = '2.0.1 '
5858# The full version, including alpha/beta/rc tags.
59- release = '2.0.0 '
59+ release = '2.0.1 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# 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__ = "2.0.0 "
6+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change 1010import setuptools
1111from setuptools .command .test import test as TestCommand
1212
13- version = '2.0.0 '
13+ version = '2.0.1 '
1414
1515
1616class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments