Skip to content

Commit 68386f9

Browse files
Update python and API version
1 parent 49e813a commit 68386f9

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Set up Python"
1919
uses: actions/setup-python@v6.1.0
2020
with:
21-
python-version: "3.12.4"
21+
python-version: "3.x"
2222

2323
- name: "Install requirements"
2424
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: "Tests"
22

33
on:
44
pull_request:
5-
types: [opened]
65

76
permissions:
87
contents: read
@@ -18,7 +17,7 @@ jobs:
1817
- name: "Set up Python"
1918
uses: actions/setup-python@v6.1.0
2019
with:
21-
python-version: "3.12.4"
20+
python-version: "3.x"
2221

2322
- name: "Install requirements"
2423
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
__version__ = "0.0.10"
5+
__version__ = "1.0.0"
66

77

88
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), "README.md")) as f:

0 commit comments

Comments
 (0)