From 1cc29dceba216c5a60251b1605d7acf9be1025e9 Mon Sep 17 00:00:00 2001 From: hyunmin0317 Date: Sun, 7 Jan 2024 12:56:28 +0900 Subject: [PATCH] version: 1.1.3 (#23) --- LICENSE | 2 +- sangmyung_univ_auth/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 23718ca..89997fd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Choi Hyun Min +Copyright (c) 2024 Choi Hyun Min Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sangmyung_univ_auth/__init__.py b/sangmyung_univ_auth/__init__.py index 22fbacd..90168f4 100644 --- a/sangmyung_univ_auth/__init__.py +++ b/sangmyung_univ_auth/__init__.py @@ -1,4 +1,4 @@ from .auth import auth -__VERSION__ = '1.1.2' +__VERSION__ = '1.1.3' __AUTHOR__ = 'Choi Hyun Min'