Skip to content

Commit

Permalink
update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Jan 29, 2024
1 parent f4eda33 commit e802ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG THEIAVALIDATE_VER="0.0.1"
ARG THEIAVALIDATE_VER="0.1.0"

FROM google/cloud-sdk:455.0.0-slim

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note: this repository is undergoing active development. Check back for updates.
We recommend using our Docker image to run this tool.

```bash
docker pull us-docker.pkg.dev/general-theiagen/theiagen/theiavalidate:0.0.1
docker pull us-docker.pkg.dev/general-theiagen/theiagen/theiavalidate:0.1.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion theiavalidate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "v0.0.1"
__VERSION__ = "v0.1.0"

0 comments on commit e802ff9

Please sign in to comment.