Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Jun 20, 2024
1 parent 67a21c6 commit 197133d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
project = 'f3dasm'
author = 'Martin van der Schelling'
copyright = '2024, Martin van der Schelling'
version = '1.5.1'
release = '1.5.1'
version = '1.6.0'
release = '1.6.0'


# -- General configuration ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/f3dasm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "1.5.1"
__version__: str = "1.6.0"

0 comments on commit 197133d

Please sign in to comment.