Skip to content

Commit

Permalink
Merge pull request #24 from ProvideQ/release/0.2.1
Browse files Browse the repository at this point in the history
Release version 0.2.1
  • Loading branch information
schweikart authored Jun 11, 2023
2 parents 2f0ef63 + c2a2e4f commit 2229335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COPY gams gams
RUN pip install -r ./gams/requirements.txt
COPY qiskit qiskit
RUN pip install -r ./qiskit/requirements.txt
COPY --from=builder /app/build/libs/toolbox-server-0.0.1-SNAPSHOT.jar toolbox-server.jar
COPY --from=builder /app/build/libs/toolbox-server-*.jar toolbox-server.jar

# Run the toolbox server on dokku's default port
EXPOSE 5000
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'edu.kit.provideq'
version = '0.2.0'
version = '0.2.1'
sourceCompatibility = '17'

repositories {
Expand Down

0 comments on commit 2229335

Please sign in to comment.