We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e30b29 commit ae1066cCopy full SHA for ae1066c
.gitpod.yml
@@ -1,4 +1,4 @@
1
-image: nfcore/gitpod:dev
+image: nfcore/gitpod:latest
2
tasks:
3
- name: install current state of nf-core/tools and setup pre-commit
4
command: |
CHANGELOG.md
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog
-## v3.0.3dev
+## [v3.1.0 - Brass Boxfish](https://github.com/nf-core/tools/releases/tag/3.1.0) - [2024-12-09]
5
### Template
6
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-version = "3.0.3dev"
+version = "3.1.0"
7
with open("README.md") as f:
8
readme = f.read()
0 commit comments