Skip to content

Commit

Permalink
update CURRENT_R_PACKAGE_VERSION
Browse files Browse the repository at this point in the history
Change-Id: I7d50bc676210ab4d2386353a6a0e60bfd39bb12b
  • Loading branch information
„feldmueller“ committed Jan 25, 2024
1 parent 669a55e commit 94a736f
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.7"
CURRENT_R_PACKAGE_VERSION = "0.8.0"

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

0 comments on commit 94a736f

Please sign in to comment.