diff --git a/README.rst b/README.rst index f7ec3b0..5342d6d 100644 --- a/README.rst +++ b/README.rst @@ -226,9 +226,9 @@ Further information .. Hyperlink aliases .. _source: https://github.com/hahnec/plenopticam/archive/master.zip -.. _macOS: https://github.com/hahnec/plenopticam/releases/download/v0.4.0-beta/plenopticam_0.4.0.dmg -.. _Win: https://github.com/hahnec/plenopticam/releases/download/v0.4.0-beta/plenopticam_0.4.0.msi -.. _Linux: https://github.com/hahnec/plenopticam/releases/download/v0.4.0-beta/plenopticam_0.4.0.tar.xz +.. _macOS: https://github.com/hahnec/plenopticam/releases/download/v0.4.1-beta/plenopticam_0.4.1.dmg +.. _Win: https://github.com/hahnec/plenopticam/releases/download/v0.4.1-beta/plenopticam_0.4.1.msi +.. _Linux: https://github.com/hahnec/plenopticam/releases/download/v0.4.1-beta/plenopticam_0.4.1.tar.xz .. _PlenoptiSign: https://github.com/hahnec/plenoptisign/ .. _apps: https://github.com/hahnec/plenopticam/releases/ diff --git a/plenopticam/__init__.py b/plenopticam/__init__.py index e8f3924..ec2927c 100644 --- a/plenopticam/__init__.py +++ b/plenopticam/__init__.py @@ -16,7 +16,7 @@ along with this program. If not, see . """ -__version__ = '0.4.0' +__version__ = '0.4.1' from . import misc from . import cfg