Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Feb 23, 2023
1 parent e8cff63 commit 54d5d72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nbdev_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0rc0"
__version__ = "0.1.0"
8 changes: 4 additions & 4 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = nbdev-mkdocs
lib_name = %(repo)s
version = 0.1.0rc0
version = 0.1.0
min_python = 3.7
license = apache2

Expand Down Expand Up @@ -62,14 +62,14 @@ dev_requirements = \
bandit==1.7.4 \
semgrep==1.12.1 \
pytest==7.2.1 \
numpy==1.24.2 \
nbqa==1.6.3 \
black==23.1.0 \
mypy==1.0.1 \
isort==5.12.0 \
pre-commit==3.1.0 \
pandas==1.5.3 \
detect-secrets==1.4.0
detect-secrets==1.4.0 \
pandas==1.3.5 \
numpy>=1.21.6


console_scripts = nbdev_mkdocs=nbdev_mkdocs._cli:_app

0 comments on commit 54d5d72

Please sign in to comment.