Moved version into pyproject only

api-breakage
Morty Space 4 years ago
parent 6335266f5a
commit fc9d24e722
  1. 2
      .github/workflows/test.yml
  2. 1
      pyproject.toml
  3. 2
      src/cryptocom/exchange/__init__.py

@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
runs-on: ubuntu-latest
steps:
- name: Download code

@ -56,7 +56,6 @@ line_length = 79
[tool.semantic_release]
version_variable = [
"cryptocom/exchange/__init__.py:__version__",
"pyproject.toml:version"
]
branch = "main"

@ -49,5 +49,3 @@ __all__ = [
"ApiError",
"ApiProvider",
]
__version__ = "0.11b0"

Loading…
Cancel
Save