We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6945b1 commit adf5dc6Copy full SHA for adf5dc6
conda-recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = '0.0.3' %}
+{% set version = '0.0.4' %}
2
3
package:
4
name: efmtool_link
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='efmtool_link',
- version='0.0.3',
+ version='0.0.4',
5
description='Exposes various efmtool functionality in Python.',
6
url='https://github.com/cnapy-org/efmtool_link.git',
7
author='Axel von Kamp',
0 commit comments