Skip to content

Commit

Permalink
Updated version number for release 0.6.3 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinCLydon authored Jan 25, 2023
1 parent 000c90e commit 188e101
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carrot"
version = "0.6.2"
version = "0.6.3"
authors = ["Kevin Lydon <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Cromwell Automated Runner for Regression and Optimization Testing (CARROT) User Guide


### _v0.6.2_
### _v0.6.3_


## **Table of Contents**
Expand Down Expand Up @@ -70,7 +70,7 @@ This document is only applicable to the following version of CARROT:


```
v0.6.2
v0.6.3
```


Expand Down
2 changes: 1 addition & 1 deletion bumpversion.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

current_version="0.6.2"
current_version="0.6.3"
new_version=$current_version

__set_new_version()
Expand Down
2 changes: 1 addition & 1 deletion carrot_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# carrot\_cli
The official CLI tool for [CARROT](https://github.com/broadinstitute/carrot). This tool provides a suite of commands for interacting with the CARROT REST API.

Current version: 0.6.2
Current version: 0.6.3

## Table of Contents
* [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion carrot_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# following src dir layout according to
# https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure
version = "0.6.2"
version = "0.6.3"
setup(
name="carrot_cli",
version=version,
Expand Down
2 changes: 1 addition & 1 deletion carrot_cli/src/carrot_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Version number is automatically set via bumpversion.
# DO NOT MODIFY:
__version = "0.6.2"
__version = "0.6.3"

# Create a logger for this module:
LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 188e101

Please sign in to comment.