eagle-cooler 0.1.0__tar.gz → 0.1.1__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.3
2
2
  Name: eagle-cooler
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python library for bridging Eagle js environment
5
5
  Author: ZackaryW
6
6
  Author-email: ZackaryW <gitzackw@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "eagle-cooler"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Python library for bridging Eagle js environment"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,5 +1,5 @@
1
1
 
2
- from eagle_cooler import EagleWebApi
2
+ from eagle_cooler.webapi import EagleWebApi
3
3
 
4
4
  from eagle_cooler.model import FolderModel, ItemModel
5
5
  from .core import EagleCoolerCore
File without changes