Skip to content

Commit 996a882

Browse files
committed
Bump version to v2.3.0
1 parent d7abbfc commit 996a882

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v3
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.11'
1818
- name: Install test dependencies
1919
uses: BSFishy/pip-action@v1
2020
with:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v3
3939
with:
40-
python-version: '3.10'
40+
python-version: '3.11'
4141
- name: Install pypa/build
4242
run: >-
4343
python -m

.idea/misc.xml

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@
4747
"Natural Language :: Polish",
4848
"Operating System :: OS Independent",
4949
"Programming Language :: Python",
50-
"Programming Language :: Python :: 3.6",
51-
"Programming Language :: Python :: 3.7",
52-
"Programming Language :: Python :: 3.8",
53-
"Programming Language :: Python :: 3.9",
54-
"Programming Language :: Python :: 3.10",
50+
"Programming Language :: Python :: 3.11",
5551
"Topic :: Education",
5652
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
5753
"Topic :: Software Development :: Libraries :: Python Modules",

vulcan-api.iml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
77
<sourceFolder url="file://$MODULE_DIR$/vulcan" isTestSource="false" />
88
<excludeFolder url="file://$MODULE_DIR$/build" />
9+
<excludeFolder url="file://$MODULE_DIR$/venv" />
910
</content>
1011
<orderEntry type="inheritedJdk" />
1112
<orderEntry type="sourceFolder" forTests="false" />

vulcan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from ._keystore import Keystore
1515

16-
__version__ = "2.2.1"
16+
__version__ = "2.3.0"
1717
__doc__ = "Unofficial API for UONET+ e-register"
1818

1919
__all__ = [

0 commit comments

Comments
 (0)