-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from peteryefi/dev
updated package version
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.0.2b1 | ||
current_version = 1.0.3 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="metamenth", | ||
version="1.0.2b1", | ||
version="1.0.3", | ||
packages=find_packages(include=["metamenth", "metamenth.*"]), | ||
install_requires=requirements, | ||
entry_points={ | ||
|
@@ -16,10 +16,10 @@ | |
}, | ||
author="Peter Yefi", | ||
author_email="[email protected]", | ||
description="MetamEnTh is an object-oriented metamodel designed to model the operational aspects of buildings. It " | ||
"focuses on the relationships and interactions between mechanical, electrical, and plumbing (MEP) " | ||
"entities and their connections to sensors and spatial entities such as rooms and open spaces within " | ||
"buildings.", | ||
description="Metamodel for Energy Things (MetamEnTh) is an object-oriented metamodel designed to model the " | ||
"operational aspects of buildings. It focuses on the relationships and interactions between " | ||
"mechanical, electrical, and plumbing (MEP) entities and their connections to sensors and spatial " | ||
"entities such as rooms and open spaces within buildings.", | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
url="https://github.com/peteryefi/metamenth", | ||
|