From e082298fe21490ad9b850e99d715a36cc846ce29 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:45:54 -0600 Subject: [PATCH] v1.4.1 pytests release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d51c0d3..8200b01 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="1.4.0" +VERSION="1.4.1" DESCRIPTION="A Python package to generate an astronomy star chart based on spherical projection that corrects for distortions with stereographic projection" with open("README.md", "r") as f: