Skip to content

Commit ae1066c

Browse files
committed
bump to 3.1.0
1 parent 7e30b29 commit ae1066c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: nfcore/gitpod:dev
1+
image: nfcore/gitpod:latest
22
tasks:
33
- name: install current state of nf-core/tools and setup pre-commit
44
command: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nf-core/tools: Changelog
22

3-
## v3.0.3dev
3+
## [v3.1.0 - Brass Boxfish](https://github.com/nf-core/tools/releases/tag/3.1.0) - [2024-12-09]
44

55
### Template
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = "3.0.3dev"
5+
version = "3.1.0"
66

77
with open("README.md") as f:
88
readme = f.read()

0 commit comments

Comments
 (0)