Skip to content

Commit

Permalink
Merge pull request #2778 from mashehu/bump-version-2_13
Browse files Browse the repository at this point in the history
bump version to dev -> 2.13
  • Loading branch information
mashehu authored Feb 20, 2024
2 parents 04ff0f2 + 8352dc1 commit 189d23a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:dev
image: nfcore/gitpod:latest
tasks:
- name: install current state of nf-core/tools and setup pre-commit
command: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog

## v2.13dev
## [v2.13 - Tin Puppy](https://github.com/nf-core/tools/releases/tag/2.13) - [2024-02-20]

### 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 = "2.13dev"
version = "2.13"

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

0 comments on commit 189d23a

Please sign in to comment.