uvlparser 2.0.1.dev45__tar.gz → 2.0.1.dev47__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: uvlparser
3
- Version: 2.0.1.dev45
3
+ Version: 2.0.1.dev47
4
4
  Summary: This module provides a get_tree function to obtain an ANTLR parse-tree from a UVL-defined feature model
5
5
  Home-page: https://github.com/Universal-Variability-Language/uvl-parser
6
6
  Author: UVL Team
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setup(
7
7
  name="uvlparser",
8
- version="2.0.1.dev45",
8
+ version="2.0.1.dev47",
9
9
  description="This module provides a get_tree function to obtain an ANTLR parse-tree from a UVL-defined feature model",
10
10
  long_description=long_description,
11
11
  long_description_content_type="text/markdown",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uvlparser
3
- Version: 2.0.1.dev45
3
+ Version: 2.0.1.dev47
4
4
  Summary: This module provides a get_tree function to obtain an ANTLR parse-tree from a UVL-defined feature model
5
5
  Home-page: https://github.com/Universal-Variability-Language/uvl-parser
6
6
  Author: UVL Team
File without changes