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
3
3
package :
4
4
name : pydeps
5
5
description : Display module dependencies
6
- version : 1.12.0
6
+ version : 1.12.1
7
7
created : 2014
8
8
9
9
build :
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '1.12.0 '
57
+ version = '1.12.1 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '1.12.0 '
59
+ release = '1.12.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
Python module dependency visualization. This package installs the ``pydeps``
4
4
command, and normal usage will be to use it from the command line.
5
5
"""
6
- __version__ = "1.12.0 "
6
+ __version__ = "1.12.1 "
Original file line number Diff line number Diff line change 10
10
import setuptools
11
11
from setuptools .command .test import test as TestCommand
12
12
13
- version = '1.12.0 '
13
+ version = '1.12.1 '
14
14
15
15
16
16
class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments