Bump JGLUE version to 1.1.0 (#29)
Browse files
JGLUE.py
CHANGED
@@ -530,7 +530,7 @@ def preprocess_for_marc_ja(
|
|
530 |
|
531 |
|
532 |
class JGLUE(ds.GeneratorBasedBuilder):
|
533 |
-
JGLUE_VERSION = ds.Version("1.
|
534 |
JCOLA_VERSION = ds.Version("1.0.0")
|
535 |
|
536 |
BUILDER_CONFIG_CLASS = JGLUEConfig
|
|
|
530 |
|
531 |
|
532 |
class JGLUE(ds.GeneratorBasedBuilder):
|
533 |
+
JGLUE_VERSION = ds.Version("1.1.0")
|
534 |
JCOLA_VERSION = ds.Version("1.0.0")
|
535 |
|
536 |
BUILDER_CONFIG_CLASS = JGLUEConfig
|