Skip to content

Commit

Permalink
raise verion number: use aplha 1 indicator to test automated release …
Browse files Browse the repository at this point in the history
…pipeline for the first time
  • Loading branch information
jh-RLI committed Oct 20, 2022
1 parent 73fa18d commit ddd9921
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="omi",
version="0.0.7",
version="0.0.8a1",
license="AGPL-3.0",
description="A library to process and translate open energy metadata.",
long_description="%s\n%s"
Expand Down Expand Up @@ -53,7 +53,6 @@ def read(*names, **kwargs):
"Programming Language :: Python",
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
# uncomment if you test on these interpreters:
Expand Down

0 comments on commit ddd9921

Please sign in to comment.