Skip to content

Commit efb6b9d

Browse files
authored
Merge pull request #117 from RomanSemkin/v40_release
bump setup.py for v40
2 parents 6acc2ce + 5906ad6 commit efb6b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
strategy:
1717
fail-fast: false
1818
matrix:

setup.py

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

55
setup(
66
name="privx_api",
7-
version="39.0.0",
7+
version="40.0.0",
88
packages=["privx_api"],
99
license="Apache Licence 2.0",
1010
url="https://github.com/SSHcom/privx-sdk-for-python",

0 commit comments

Comments
 (0)