nbdev-stdlib 0.0.2352__tar.gz → 0.0.2353__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.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2352
3
+ Version: 0.0.2353
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -2238,6 +2238,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
2238
2238
  'enum.ReprEnum': 'https://docs.python.org/3/library/enum.html#enum.ReprEnum',
2239
2239
  'enum.StrEnum': 'https://docs.python.org/3/library/enum.html#enum.StrEnum',
2240
2240
  'enum.auto': 'https://docs.python.org/3/library/enum.html#enum.auto',
2241
+ 'enum.bin': 'https://docs.python.org/3/library/enum.html#enum.bin',
2241
2242
  'enum.global_enum': 'https://docs.python.org/3/library/enum.html#enum.global_enum',
2242
2243
  'enum.member': 'https://docs.python.org/3/library/enum.html#enum.member',
2243
2244
  'enum.nonmember': 'https://docs.python.org/3/library/enum.html#enum.nonmember',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2352
3
+ Version: 0.0.2353
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
  author_email = info@fast.ai
9
9
  copyright = fast.ai, inc
10
10
  branch = master
11
- version = 0.0.2352
11
+ version = 0.0.2353
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes