From 9a928a921eb0f2acd5e155b723f3d12083f9dd54 Mon Sep 17 00:00:00 2001
From: voigta80 <aiko.voigt@univie.ac.at>
Date: Wed, 13 Oct 2021 10:37:41 +0200
Subject: [PATCH] Updated setup.py to v0.0.2

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b69b503..8914154 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-VERSION = '0.0.1' 
+VERSION = '0.0.2' 
 DESCRIPTION = 'TriCCo'
 LONG_DESCRIPTION = 'TriCCo: a python package for connected component labeling on triangular grids'
 
-- 
GitLab