We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495489e commit 41972c4Copy full SHA for 41972c4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## dev
+## 0.2.0 - 2022-02-15
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.1.1" %}
+{% set version = "0.2.0" %}
{% set build = "0" %}
package:
igseq/version.py
@@ -4,4 +4,4 @@
See https://www.python.org/dev/peps/pep-0396/
"""
7
-__version__ = "0.1.1"
+__version__ = "0.2.0"
0 commit comments