Skip to content

Commit

Permalink
update version: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed May 23, 2024
1 parent 31faf26 commit aa7a071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'Seal5'
copyright = '2024, TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation'
author = 'TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation'
release = 'v0.1.0'
release = 'v0.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion seal5/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#
"""Version module for seal5."""

__version__ = "0.1.0dev0"
__version__ = "0.1.1dev0"

0 comments on commit aa7a071

Please sign in to comment.