From c69436ef3604a95107dae49f8acaadb81c13adb6 Mon Sep 17 00:00:00 2001 From: William Scanlon <6432770+w1ll1am23@users.noreply.github.com> Date: Sat, 10 Dec 2022 23:31:15 +0000 Subject: [PATCH] chore: bumping version to 0.1.16 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 94855bf..1ac4ae1 100644 --- a/src/setup.py +++ b/src/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.1.15" +VERSION = "0.1.16" setup( name="pyeconet",