OpenPartsLibrary 0.1.3__tar.gz → 0.1.4__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: OpenPartsLibrary
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Python library for creating a database of hardware components for manufacturing
5
5
  Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
6
6
  Author: Aleksander Sadowski
@@ -34,7 +34,7 @@ Dynamic: summary
34
34
 
35
35
  Install the openpartslibrary via pip
36
36
  ```console
37
- pip install openpartslibrary
37
+ pip install OpenPartsLibrary
38
38
  ```
39
39
 
40
40
  A minimal OpenPartsLibrary application looks something like this:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenPartsLibrary
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Python library for creating a database of hardware components for manufacturing
5
5
  Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
6
6
  Author: Aleksander Sadowski
@@ -34,7 +34,7 @@ Dynamic: summary
34
34
 
35
35
  Install the openpartslibrary via pip
36
36
  ```console
37
- pip install openpartslibrary
37
+ pip install OpenPartsLibrary
38
38
  ```
39
39
 
40
40
  A minimal OpenPartsLibrary application looks something like this:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Install the openpartslibrary via pip
7
7
  ```console
8
- pip install openpartslibrary
8
+ pip install OpenPartsLibrary
9
9
  ```
10
10
 
11
11
  A minimal OpenPartsLibrary application looks something like this:
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
8
8
 
9
9
  setup(
10
10
  name='OpenPartsLibrary',
11
- version='0.1.3',
11
+ version='0.1.4',
12
12
  description='Python library for creating a database of hardware components for manufacturing',
13
13
  long_description=long_description,
14
14
  long_description_content_type='text/markdown',