Skip to content

Commit

Permalink
patch to 0.19.2 for quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Jun 27, 2022
1 parent 1886637 commit d925fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ dependencies:
- importlib-resources==5.4.0
- minrpc==0.1.0
- optics-functions==0.1.2
- pyhdtoolkit==0.19.1
- pyhdtoolkit==0.19.2
- pynaff==1.1.4
- scipy==1.8.1
2 changes: 1 addition & 1 deletion pyhdtoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__title__ = "pyhdtoolkit"
__description__ = "An all-in-one toolkit package to easy my Python work in my PhD."
__url__ = "https://github.com/fsoubelet/PyhDToolkit"
__version__ = "0.19.0"
__version__ = "0.19.2"
__author__ = "Felix Soubelet"
__author_email__ = "felix.soubelet@cern.ch"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhdtoolkit"
version = "0.19.1"
version = "0.19.2"
description = "An all-in-one toolkit package to ease my Python work in my PhD."
authors = ["Felix Soubelet <felix.soubelet@cern.ch>"]
license = "MIT"
Expand Down

0 comments on commit d925fd8

Please sign in to comment.