nbdevAuto 0.0.15__tar.gz → 0.0.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdevAuto
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: automating nbdev
5
5
  Home-page: https://github.com/bthek1/nbdevAuto
6
6
  Author: Benedict Thekkel
@@ -0,0 +1 @@
1
+ __version__ = "0.0.16"
@@ -83,8 +83,6 @@ def help_output():
83
83
  # %% ../nbs/910_Nbdev.ipynb 18
84
84
  def everything():
85
85
  "prep, gacp, release, reinstall"
86
- prep()
87
- gacp
88
- prep()
86
+ upload()
87
+ update()
89
88
  release()
90
- reinstall()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdevAuto
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: automating nbdev
5
5
  Home-page: https://github.com/bthek1/nbdevAuto
6
6
  Author: Benedict Thekkel
@@ -1,7 +1,7 @@
1
1
  [DEFAULT]
2
2
  repo = nbdevAuto
3
3
  lib_name = nbdevAuto
4
- version = 0.0.15
4
+ version = 0.0.16
5
5
  min_python = 3.7
6
6
  license = apache2
7
7
  black_formatting = False
@@ -1 +0,0 @@
1
- __version__ = "0.0.15"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes