We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db05846 + 66bbc98 commit e44e387Copy full SHA for e44e387
.github/workflows/pythonapp.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Set up Python 3.8
+ - name: Set up Python 3.11
14
uses: actions/setup-python@v1
15
with:
16
- python-version: 3.8
+ python-version: 3.11
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
freenit/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.3"
+__version__ = "0.3.4"
0 commit comments