Skip to content

Commit d925fd8

Browse files
committed
patch to 0.19.2 for quick fix
1 parent 1886637 commit d925fd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@ dependencies:
225225
- importlib-resources==5.4.0
226226
- minrpc==0.1.0
227227
- optics-functions==0.1.2
228-
- pyhdtoolkit==0.19.1
228+
- pyhdtoolkit==0.19.2
229229
- pynaff==1.1.4
230230
- scipy==1.8.1

pyhdtoolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = "pyhdtoolkit"
1414
__description__ = "An all-in-one toolkit package to easy my Python work in my PhD."
1515
__url__ = "https://github.com/fsoubelet/PyhDToolkit"
16-
__version__ = "0.19.0"
16+
__version__ = "0.19.2"
1717
__author__ = "Felix Soubelet"
1818
__author_email__ = "[email protected]"
1919
__license__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyhdtoolkit"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
description = "An all-in-one toolkit package to ease my Python work in my PhD."
55
authors = ["Felix Soubelet <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)