effibemviewer 0.2.1__tar.gz → 0.2.2__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: effibemviewer
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A 3D viewer for OpenStudio building energy models using GLTF and Three.js
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Julien Marrec"""
4
4
  __email__ = 'contact@effibem.com'
5
- __version__ = '0.2.1'
5
+ __version__ = '0.2.2'
6
6
 
7
7
  from effibemviewer.gltf import (
8
8
  create_example_model,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "effibemviewer"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "A 3D viewer for OpenStudio building energy models using GLTF and Three.js"
5
5
  authors = ["Julien Marrec <contact@effibem.com>"]
6
6
  readme = "README.md"
File without changes
File without changes