Skip to content

Commit

Permalink
update version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNepogoda authored Oct 10, 2023
1 parent 3424c52 commit 100d48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Command-Line Interface (CLI) is designed to provide an easy and interactive
1. Create a batch configuration (ex. `poc.json`) file using the syntax and structure outlined in the [RAI Workflow Framework README](../workflow/README.md).
2. Add `rai-workflow-manager` as dependency to your `requirements.txt` file:
```txt
rai-workflow-manager==0.0.20
rai-workflow-manager==0.0.21
```
3. Build the project:
```bash
Expand Down
2 changes: 1 addition & 1 deletion workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = (0, 0, 20)
__version_info__ = (0, 0, 21)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 100d48d

Please sign in to comment.