From 136357a55355f67aed119c673de17b96e7677c3f Mon Sep 17 00:00:00 2001
From: dboe <dboe@ipp.mpg.de>
Date: Tue, 29 Jun 2021 16:13:11 +0200
Subject: [PATCH] release-v0.3.6

---
 docs/cookiecutter_input.json | 2 +-
 setup.cfg                    | 6 +++---
 setup.py                     | 2 +-
 tfields/__init__.py          | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/cookiecutter_input.json b/docs/cookiecutter_input.json
index 1b4d4e9..91a2e66 100644
--- a/docs/cookiecutter_input.json
+++ b/docs/cookiecutter_input.json
@@ -9,7 +9,7 @@
     "email": "dboe@ipp.mpg.de",
     "keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
     "package_name": "tfields",
-    "package_version": "0.3.5",
+    "package_version": "0.3.6",
     "pypi_username": "dboe",
     "remote_namespace": "dboe",
     "remote_provider": "gitlab.mpcdf.mpg.de",
diff --git a/setup.cfg b/setup.cfg
index da263d1..4e2ff05 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.3.5
+current_version = 0.3.6
 tag = True
 commit = True
 message = release-v{new_version}
@@ -87,8 +87,8 @@ test =
 	pytest-xdist
 	
 	matplotlib
-io =
-    numpy-stl
+io = 
+	numpy-stl
 
 [bdist_wheel]
 universal = 1
diff --git a/setup.py b/setup.py
index 8b6262f..c5dcd10 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 from setuptools import setup
 
-setup(version="0.3.5")
+setup(version="0.3.6")
diff --git a/tfields/__init__.py b/tfields/__init__.py
index 3178b1c..09680ea 100644
--- a/tfields/__init__.py
+++ b/tfields/__init__.py
@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = "dboe@ipp.mpg.de"
-__version__ = "0.3.5"
+__version__ = "0.3.6"
 
 # methods:
 from tfields.core import dim, rank
-- 
GitLab