Skip to content

Commit 66b1460

Browse files
committed
Release v1.9.7
1 parent 41623bd commit 66b1460

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

caer/_meta.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Copyright 2020-2021, Caer
44
author = 'Jason Dsouza'
55
author_email = 'jasmcaus@gmail.com'
6-
version = '1.9.6'
7-
full_version = '1.9.6'
8-
git_version = 'b0abc846ed6db50680475cb6531f18a3300dbf59'
6+
version = '1.9.7'
7+
full_version = '1.9.7'
8+
git_version = '1695b84faec96d099346dc0bab3d37f8eee6ef89'
99
release = True
10-
contributors = ['Jason Dsouza <jasmcaus@gmail.com>']
10+
contributors = ['Jason Dsouza <jasmcaus@gmail.com>', '', 'Malik M Alnakhaleh <@MalikMAlna>']
1111
homepage = 'https://github.com/jasmcaus/caer'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
MAJOR = 1
4949
MINOR = 9
50-
MICRO = 6
50+
MICRO = 7
5151
ISRELEASED = True
5252
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
5353

0 commit comments

Comments
 (0)