Skip to content

Commit 8aa7344

Browse files
[AUTOPR] Automatic updates (#100)
* Update github actions * bump version --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent fb3e441 commit 8aa7344

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: checkout repository
6666
uses: actions/checkout@v5
6767
- name: setup node build environment
68-
uses: actions/setup-node@v4
68+
uses: actions/setup-node@v5
6969
with:
7070
node-version: ${{ env.NODE_VERSION }}
7171
- name: install dependencies
@@ -81,7 +81,7 @@ jobs:
8181
- name: checkout repository
8282
uses: actions/checkout@v5
8383
- name: setup python build environment
84-
uses: actions/setup-python@v5
84+
uses: actions/setup-python@v6
8585
with:
8686
python-version: ${{ env.PYTHON_VERSION }}
8787
- name: Install dependencies

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.56
1+
1.6.57

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.56
35+
PROJECT_NUMBER = 1.6.57
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="numkey",
33-
version="1.6.56.1",
33+
version="1.6.57.1",
3434
keywords=("numkey E.164 shortcode lvn did encoding"),
3535
description="NumKey Bindings for Python",
3636
long_description=read("../README.md"),

0 commit comments

Comments
 (0)