Skip to content

Commit

Permalink
Bump to version 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Mar 22, 2024
1 parent a0646fb commit c9292ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion create_train_data.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=1.3.11
VERSION=1.3.12

if [ -z $1 ]; then echo "please provide path to images and pagexml to be converted. The pageXML must be one level deeper than the images in a directory called \"page\"" && exit 1; fi;
if [ -z $2 ]; then echo "please provide output path" && exit 1; fi;
Expand Down
2 changes: 1 addition & 1 deletion docker/buildAll.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=1.3.11
VERSION=1.3.12
set -e

CURRENT=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion laypa
2 changes: 1 addition & 1 deletion loghi-htr
2 changes: 1 addition & 1 deletion na-pipeline-train.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=1.3.11
VERSION=1.3.12
set -e

# Configuration for HTR mode selection
Expand Down
2 changes: 1 addition & 1 deletion na-pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=1.3.11
VERSION=1.3.12
set -e

# Stop on error, if set to 1 will exit program if any of the docker commands fail
Expand Down

0 comments on commit c9292ef

Please sign in to comment.