diff --git a/focus/version.py b/focus/version.py index 3792319..3ec37c4 100644 --- a/focus/version.py +++ b/focus/version.py @@ -18,4 +18,4 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.0.dev" # pragma: no cover +__version__ = "0.0.dev2" # pragma: no cover diff --git a/pypi_build_commands.txt b/pypi_build_commands.txt index 7583ff2..4d8e10a 100644 --- a/pypi_build_commands.txt +++ b/pypi_build_commands.txt @@ -3,12 +3,6 @@ python setup.py sdist twine check dist/* -# docstring check -pytest --doctest-modules pyod/ - -twine upload --repository pypitest dist/* -# https://test.pypi.org/project/pyod/ - twine upload dist/* https://pypi.org/project/focus-cfe