Skip to content

Commit

Permalink
Merge pull request #11 from peteryefi/dev
Browse files Browse the repository at this point in the history
updated package version
  • Loading branch information
peteryefi authored Oct 22, 2024
2 parents b6d594b + 6019ba4 commit 9a9a44f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MetamEnTh
# Metamodel for Energy Things (MetamEnTh)

![Build Status](https://github.com/peteryefi/metamenth/actions/workflows/build.yml/badge.svg)
![Version](https://img.shields.io/badge/version-1.0.0-blue)
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand All @@ -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",
Expand Down

0 comments on commit 9a9a44f

Please sign in to comment.