Skip to content

Commit

Permalink
bump version to 3.0.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 9, 2024
1 parent 3a706f0 commit 1c65b3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: nfcore/gitpod:latest
image: nfcore/gitpod:dev
tasks:
- name: install current state of nf-core/tools and setup pre-commit
command: |
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nf-core/tools: Changelog

## 3.0.2dev

### Template

### Download

### Linting

### Modules

### Subworkflows

## [v3.0.1 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.1) - [2024-10-09]

### Template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "3.0.1"
version = "3.0.2dev"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit 1c65b3b

Please sign in to comment.