From 996a882130138c003253c39a1e5d8fe7db0908eb Mon Sep 17 00:00:00 2001 From: kapi2289 Date: Thu, 16 Feb 2023 10:57:29 +0100 Subject: [PATCH] Bump version to v2.3.0 --- .github/workflows/publish.yml | 4 ++-- .idea/misc.xml | 4 +--- setup.py | 6 +----- vulcan-api.iml | 1 + vulcan/__init__.py | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8462ac..64d28d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.11' - name: Install test dependencies uses: BSFishy/pip-action@v1 with: @@ -37,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.11' - name: Install pypa/build run: >- python -m diff --git a/.idea/misc.xml b/.idea/misc.xml index 0204d3f..2d84aeb 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,6 @@ - - - + diff --git a/setup.py b/setup.py index 9cece29..9a64dd2 100644 --- a/setup.py +++ b/setup.py @@ -47,11 +47,7 @@ "Natural Language :: Polish", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Education", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", diff --git a/vulcan-api.iml b/vulcan-api.iml index 48cec60..8ab8078 100644 --- a/vulcan-api.iml +++ b/vulcan-api.iml @@ -6,6 +6,7 @@ + diff --git a/vulcan/__init__.py b/vulcan/__init__.py index 2a72948..4c24d24 100644 --- a/vulcan/__init__.py +++ b/vulcan/__init__.py @@ -13,7 +13,7 @@ ) from ._keystore import Keystore -__version__ = "2.2.1" +__version__ = "2.3.0" __doc__ = "Unofficial API for UONET+ e-register" __all__ = [