We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054286e commit e678bbfCopy full SHA for e678bbf
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## dev
+## 0.5.1 - 2023-03-31
4
5
### Changed
6
conda/meta.yaml
@@ -1,5 +1,5 @@
# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html
-{% set version = "0.5.0" %}
+{% set version = "0.5.1" %}
{% set build = "0" %}
package:
igseq/version.py
@@ -4,4 +4,4 @@
See https://www.python.org/dev/peps/pep-0396/
"""
7
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments