Skip to content

Commit

Permalink
Set version to pre-release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pfreundschuh committed Feb 2, 2021
1 parent 0ced20f commit 0e25d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: pip install torch torchvision pytest
- run: pip install .[tests]
- run: pip install .
- run: pytest test
env:
QUANTNN_SFTP_USER: ${{ secrets.QUANTNN_SFTP_USER }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="quantnn",
version="0.0.1",
version="0.0.1dev",
author="Simon Pfreundschuh",
description="Quantile regression neural networks.",
long_description=long_description,
Expand Down

0 comments on commit 0e25d89

Please sign in to comment.