Skip to content

Commit

Permalink
update CURRENT_R_PACKAGE_VERSION
Browse files Browse the repository at this point in the history
Change-Id: I683ee489875f73b07681f677684ef1f4b023e746
  • Loading branch information
„feldmueller“ committed Oct 9, 2023
1 parent faa9f65 commit 669a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KorAPClient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from packaging import version
from rpy2.robjects.methods import RS4

CURRENT_R_PACKAGE_VERSION = "0.7.5"
CURRENT_R_PACKAGE_VERSION = "0.7.7"

KorAPClient = packages.importr('RKorAPClient')
if version.parse(KorAPClient.__version__) < version.parse(CURRENT_R_PACKAGE_VERSION):
Expand Down

0 comments on commit 669a55e

Please sign in to comment.