Skip to content

Commit d1a5f49

Browse files
[AUTOPR] Automatic updates (#98)
* Bump version * Update setup-java workflow --------- Co-authored-by: nicolaasuni-vonage <nicola.asuni@vonage.com>
1 parent ccea0b7 commit d1a5f49

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: checkout repository
100100
uses: actions/checkout@v5
101101
- name: setup java build environment
102-
uses: actions/setup-java@v4
102+
uses: actions/setup-java@v5
103103
with:
104104
distribution: 'adopt'
105105
java-version: ${{ env.JAVA_VERSION }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.54
1+
1.6.55

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.54
35+
PROJECT_NUMBER = 1.6.55
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.54.1",
33+
version="1.6.55.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)