Skip to content

Commit abc4cc1

Browse files
committed
bump version to 0.6.0
1 parent b76b7ca commit abc4cc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## 0.6.0-rc1 - 2024-05-23
3+
## 0.6.0 - 2024-08-23
44

55
### Added
66

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html
2-
{% set version = "0.6.0rc1" %}
2+
{% set version = "0.6.0" %}
33
{% set build = "0" %}
44

55
package:

igseq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# version in package metadata instead. A good overview:
99
# https://stackoverflow.com/a/76900225
1010

11-
__version__ = "0.6.0-rc1"
11+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)