Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Apr 5, 2023
1 parent bebbe43 commit 77449f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
author = 'GMLC-DISPATCHES Collaboration'

# The full version, including alpha/beta/rc tags
release = '1.2.0rc1'
release = '1.2.0'
# The short X.Y version
version = '1.2.0rc1'
version = '1.2.0'

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SpecialDependencies:
setup(
name="dispatches",
url="https://github.com/gmlc-dispatches/dispatches",
version="1.2.0rc1",
version="1.2.0",
description="GMLC DISPATCHES software tools",
long_description=long_description,
long_description_content_type="text/plain",
Expand Down

0 comments on commit 77449f2

Please sign in to comment.