Skip to content

Commit

Permalink
Merge pull request #3221 from nf-core/bump-to-3_0_3dev
Browse files Browse the repository at this point in the history
bump version to 3.0.3dev
  • Loading branch information
mashehu authored Oct 14, 2024
2 parents 9cdc2da + 78c9228 commit c59965a
Show file tree
Hide file tree
Showing 3 changed files with 16 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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# nf-core/tools: Changelog

## v3.0.3dev

### Template

### Download

### Linting

### Modules

### Subworkflows

### General

## [v3.0.2 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.2) - [2024-10-11]

### 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.2"
version = "3.0.3dev"

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

0 comments on commit c59965a

Please sign in to comment.