We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8588b8b commit 5b8f4bbCopy full SHA for 5b8f4bb
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## dev
+## 0.4.0 - 2022-09-17
4
5
### Added
6
conda/meta.yaml
@@ -1,5 +1,5 @@
# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html
-{% set version = "0.3.0" %}
+{% set version = "0.4.0" %}
{% set build = "0" %}
package:
igseq/version.py
@@ -4,4 +4,4 @@
See https://www.python.org/dev/peps/pep-0396/
"""
7
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments