From 21e7264b19f2cbc5a12f7e068794df68ea7dfd2d Mon Sep 17 00:00:00 2001 From: Young-Chan Park Date: Wed, 11 May 2022 07:27:54 +0200 Subject: [PATCH] v0.5.0 --- peakplotter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peakplotter/__init__.py b/peakplotter/__init__.py index 57236f6..646d6eb 100755 --- a/peakplotter/__init__.py +++ b/peakplotter/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -__version__ = '0.5.0.dev' +__version__ = '0.5.0'