Skip to content

Commit 0e25d89

Browse files
author
Simon Pfreundschuh
committed
Set version to pre-release version.
1 parent 0ced20f commit 0e25d89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: ${{ matrix.python }}
1515
- run: pip install torch torchvision pytest
16-
- run: pip install .[tests]
16+
- run: pip install .
1717
- run: pytest test
1818
env:
1919
QUANTNN_SFTP_USER: ${{ secrets.QUANTNN_SFTP_USER }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="quantnn",
8-
version="0.0.1",
8+
version="0.0.1dev",
99
author="Simon Pfreundschuh",
1010
description="Quantile regression neural networks.",
1111
long_description=long_description,

0 commit comments

Comments
 (0)