Skip to content

Commit a2bf19a

Browse files
committed
fix: package name correction and version bump
1 parent 74dfe49 commit a2bf19a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

nbs/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"source": [
4040
"Install using:\n",
4141
"\n",
42-
" pip install nbdev-cards\n",
42+
" pip install python_nbdev_starter\n",
4343
"\n",
4444
"or:\n",
4545
"\n",
46-
" conda install -c fastai nbdev-cards"
46+
" conda install -c fastai python_nbdev_starter"
4747
]
4848
},
4949
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name="python_nbdev_starter"
3-
version = "0.1.0"
3+
version = "0.0.3"
44
description = "A template project to get started with production ready python projects"
55
authors = [
66
{name = "Muneeb Ullah",email = "moneebullah25@gmail.com"}

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo = python_nbdev_starter
33
lib_name = python_nbdev_starter
44
version = 0.0.3
55
min_python = 3.9
6-
license = apache2
6+
license = mit
77
black_formatting = False
88
doc_path = _docs
99
lib_path = python_nbdev_starter

0 commit comments

Comments
 (0)