Skip to content

Commit 30e76f3

Browse files
Bugfix: changd 'hydra' module to 'hydra_tools' to avoid namespace conflict
1 parent f20d70d commit 30e76f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.7
1+
1.4.71

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
project = 'f3dasm'
2626
author = 'Martin van der Schelling'
2727
copyright = '2022, Martin van der Schelling'
28-
version = '1.4.7'
29-
release = '1.4.7'
28+
version = '1.4.71'
29+
release = '1.4.71'
3030

3131

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

Diff for: src/f3dasm/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "1.4.6"
1+
__version__: str = "1.4.71"
File renamed without changes.

0 commit comments

Comments
 (0)