@@ -12,8 +12,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description=fh.read()
setuptools.setup(
name="kirchhoff",
version="0.1.8",
name="kirchhoff",
version="0.1.9",
author="felixk1990",
author_email="felixuwekramer@protonmail.com",
description="Collection of routines for creation and manipulation of Kirchhoff circuits based on resistor-only networks, together with 2D/3D spatial embeddings. ",