Skip to content

Commit

Permalink
version: 1.1.2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Dec 26, 2023
1 parent 5434f3d commit 85db403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sangmyung-univ-auth ![Python versions](https://img.shields.io/badge/Python-3.9-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Release](https://img.shields.io/badge/release-1.0.2-red)
# sangmyung-univ-auth ![Python versions](https://img.shields.io/badge/Python-3.9-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Release](https://img.shields.io/badge/release-1.1.2-red)
**상명대학교 재학생 인증 라이브러리**

## Features
Expand Down
2 changes: 1 addition & 1 deletion sangmyung_univ_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .auth import auth

__VERSION__ = '1.1.0'
__VERSION__ = '1.1.2'
__AUTHOR__ = 'Choi Hyun Min'

0 comments on commit 85db403

Please sign in to comment.