From e7c8d3ec8396757b56ed784866823bf35768c18d Mon Sep 17 00:00:00 2001 From: Samantha Emerson Date: Wed, 21 Oct 2020 15:24:13 -0400 Subject: [PATCH] Update setup.py version number and license date --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index bfc20ab..dbf3414 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016–2019, University of Florida. +Copyright (c) 2016–2020, University of Florida. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index e11298f..337ea91 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages -VERSION = "1.2.0" +VERSION = "1.4.1" setup( name="nacculator",