We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2297a commit 4ae7cbdCopy full SHA for 4ae7cbd
2 files changed
requirements.txt
@@ -1,8 +1,8 @@
1
# Installation and deployment
2
setuptools==38.2.5
3
twine==1.9.1
4
-bernardomg.tox-test-command==1.0.2
5
-bernardomg.version-extractor==1.0.0
+bernardomg.tox-test-command==1.1.2
+bernardomg.version-extractor==1.0.2
6
7
# Testing
8
tox==2.9.1
setup.py
@@ -4,7 +4,7 @@
from os.path import join
from setuptools import find_packages, setup
-from bernardomg.tox_test_command import ToxTestCommand
+from tox_test_command import ToxTestCommand
from version_extractor import extract_version_init
9
10
"""
0 commit comments