Skip to content

Commit 53b3bf9

Browse files
committed
bump
1 parent f6fcfd1 commit 53b3bf9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ release: pypi conda_release
2727
nbdev_bump_version
2828

2929
conda_release:
30-
fastrelease_conda_package
30+
fastrelease_conda_package --mambabuild --upload_user fastai
3131

3232
pypi: dist
3333
twine upload --repository pypi dist/*

execnb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

settings.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ user = fastai
88
author = Jeremy Howard
99
author_email = [email protected]
1010
branch = master
11-
version = 0.0.2
11+
version = 0.0.3
1212
min_python = 3.7
1313
requirements = fastcore>=1.3.27 ipython
1414
console_scripts = exec_nb=execnb.shell:exec_nb
15-
1615
audience = Developers
1716
language = English
1817
custom_sidebar = False

0 commit comments

Comments
 (0)