diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9c63c15..58c0fb7 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/pyproject.toml b/pyproject.toml index 0209433..2a47707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,16 +1,15 @@ [tool.poetry] name = "pybricks" -version = "2.0.0" +version = "2.0.0.post1" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ] license = "MIT" readme = "README.rst" homepage = "https://pybricks.com" -repository = "https://github.com/pybricks/pybricks-api" -documentation = "https://docs.pybricks.com" +repository = "https://github.com/pybricks/pybricks-api/tree/v2" +documentation = "https://pybricks.github.io/ev3-micropython/" classifiers = [ - "Development Status :: 3 - Alpha", "Programming Language :: Python :: Implementation :: MicroPython", ] include = ["pybricks/py.typed"]