Bump to next dev version
Change-Id: Ie80de45c9ebbf058fdc14218edd758415f35d709
diff --git a/Readme.md b/Readme.md
index 94c9850..2644bb8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -80,7 +80,7 @@
In order to end a text, flush the output and reset the character position, an EOT character (0x04) can be used.
```
$ echo -n -e 'This is a text.\x0a\x04\x0aAnd this is another text.\n\x04\n' |\
- java -jar target/KorAP-Tokenizer-2.0.0-standalone.jar --positions
+ java -jar target/KorAP-Tokenizer-2.0.0.9000-standalone.jar --positions
This
is
a
@@ -111,7 +111,7 @@
* [Marc Kupietz](https://www1.ids-mannheim.de/digspra/personal/kupietz.html)
* [Nils Diewald](https://www1.ids-mannheim.de/digspra/personal/diewald.html)
-Copyright (c) 2020, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany
+Copyright (c) 2021, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany
This package is developed as part of the [KorAP](http://korap.ids-mannheim.de/)
Corpus Analysis Platform at the Leibniz Institute for German Language
diff --git a/pom.xml b/pom.xml
index be03423..c1b5c04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>groupId</groupId>
<artifactId>KorAP-Tokenizer</artifactId>
- <version>2.0.0</version>
+ <version>2.0.0.9000</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>