Skip to content

Commit

Permalink
Bump to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Apr 10, 2024
1 parent a3df590 commit 3b8ceb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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=2.0.0
VERSION=2.0.1
set -e

CURRENT=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion loghi-htr
2 changes: 1 addition & 1 deletion scripts/create-train-data.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=2.0.0
VERSION=2.0.1

# User-configurable parameters
# Percentage split for training and validation sets
Expand Down
2 changes: 1 addition & 1 deletion scripts/htr-train-pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=2.0.0
VERSION=2.0.1
set -e

# User-configurable parameters
Expand Down
2 changes: 1 addition & 1 deletion scripts/inference-pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=2.0.0
VERSION=2.0.1
set -e

# User-configurable parameters
Expand Down

0 comments on commit 3b8ceb0

Please sign in to comment.