Skip to content

Commit

Permalink
1.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jul 12, 2022
1 parent 840e173 commit e050d83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
author = 'GMLC-DISPATCHES Collaboration'

# The full version, including alpha/beta/rc tags
release = '0.3.dev0'
release = '1.0.0rc0'
# The short X.Y version
version = '0.3.dev0'
version = '1.0.0rc0'

# -- General configuration ---------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ class SpecialDependencies:
]


SPECIAL_DEPENDENCIES = SpecialDependencies.for_prerelease
SPECIAL_DEPENDENCIES = SpecialDependencies.for_release


########################################################################################

setup(
name="dispatches",
url="https://github.com/gmlc-dispatches/dispatches",
version="0.3.dev0",
version="1.0.0rc0",
description="GMLC DISPATCHES software tools",
long_description=long_description,
long_description_content_type="text/plain",
Expand Down Expand Up @@ -113,7 +113,7 @@ class SpecialDependencies:
],
keywords="market simulation, chemical engineering, process modeling, hybrid power systems",
packages=find_packages(),
python_requires=">=3.6, <4",
python_requires=">=3.7, <4",
install_requires=[
"pytest",
# we use jupyter notebooks
Expand Down

0 comments on commit e050d83

Please sign in to comment.