From b3454a3e102227cd0c1362ce155774571b62d6b2 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Thu, 15 Aug 2024 14:04:40 -0400 Subject: [PATCH] :bookmark: version 0.3.3 --- CHANGES.txt | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f89a73d..84a50a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.3.3 +0.3.3 (2024-08-15) ==================== * Added token process to get_ec2_instance_ip() diff --git a/README.md b/README.md index 8d26248..a2a261e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ First, install it with $ pip install ctlsettings -or add `ctlsettings==0.3.2` to your `requirements.txt`. +or add `ctlsettings==0.3.3` to your `requirements.txt`. ### Dependencies diff --git a/setup.py b/setup.py index f04b65c..aee1eec 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.3.2', + version='0.3.3', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',