Skip to content

Commit

Permalink
bump version in dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Mar 25, 2024
1 parent ec32a92 commit 3055c95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: A full list of Bactopia releases and a description of the changes.
---
# Changelog

## v3.0.2 bactopia/bactopia "" 2024/??/??

## v3.0.1 bactopia/bactopia "That's My Girl" - 2024/03/25

### `Added`
Expand Down
2 changes: 1 addition & 1 deletion bin/bactopia/bactopia
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=3.0.1
VERSION=3.0.2
CONDA_ENV=$(which bactopia | sed 's=bin/bactopia==')
BACTOPIA_NF="${CONDA_ENV}/share/bactopia-${VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion data/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '3.0.1' %}
{% set version = '3.0.2' %}

package:
name: bactopia
Expand Down

0 comments on commit 3055c95

Please sign in to comment.