Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTserver committed May 15, 2022
1 parent 448e29b commit 24c88ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-forge/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "colab-convert" %}
{% set version = "2.0.3" %}
{% set version = "2.0.4" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name='colab-convert',
packages=['colab_convert'],
package_data={'colab_convert': ['lang/*.txt']},
version='2.0.3',
version='2.0.4',
description='Convert .py files runnable in VSCode/Python or Atom/Hydrogen to jupyter/colab .ipynb notebooks and vice versa',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 24c88ad

Please sign in to comment.