Skip to content

Commit

Permalink
Increment version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francia Csaba committed Aug 6, 2024
1 parent 38185bf commit dae471f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
DOCKER_REGISTRY_URL = 'https://git.gerhardt.io'
OWNER = 'amarillo'
IMAGE_NAME = 'amarillo-gtfs-generator'
DISTRIBUTION = '2.0.0'
DISTRIBUTION = '2.0.1'
TAG = "${DISTRIBUTION}-${BUILD_NUMBER}"
}
stages {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amarillo-gtfs-generator"
version = "2.0.0"
version = "2.0.1"
description = "FastAPI app providing GTFS generation for Amarillo carpools"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit dae471f

Please sign in to comment.