We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448e29b commit 24c88adCopy full SHA for 24c88ad
conda-forge/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "colab-convert" %}
2
-{% set version = "2.0.3" %}
+{% set version = "2.0.4" %}
3
4
package:
5
name: {{ name|lower }}
setup.py
@@ -10,7 +10,7 @@
10
name='colab-convert',
11
packages=['colab_convert'],
12
package_data={'colab_convert': ['lang/*.txt']},
13
- version='2.0.3',
+ version='2.0.4',
14
description='Convert .py files runnable in VSCode/Python or Atom/Hydrogen to jupyter/colab .ipynb notebooks and vice versa',
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments