diff --git a/paper.md b/paper.md index 2a27b0d2..f4a14d5e 100755 --- a/paper.md +++ b/paper.md @@ -155,7 +155,7 @@ high-contrast imaging algorithms Given the rapid expansion of ``VIP``, we summarize here all novelties that were brought to the package over the past five years. Specifically, the rest of this manuscript summarizes all major changes since v0.7.0 [@Gomez:2017], that are -included in the latest release of ``VIP`` (v1.3.3). At a structural level, +included in the latest release of ``VIP`` (v1.3.4). At a structural level, ``VIP`` underwent a major change since version v1.1.0, which aimed to migrate towards a more streamlined and easy-to-use architecture. The package now revolves around five major modules (`fm`, `invprob`, `metrics`, `preproc` and diff --git a/vip_hci/__init__.py b/vip_hci/__init__.py index b02c6f08..652c800f 100644 --- a/vip_hci/__init__.py +++ b/vip_hci/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.3" +__version__ = "1.3.4" from . import preproc