We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41623bd commit 66b1460Copy full SHA for 66b1460
2 files changed
caer/_meta.py
@@ -3,9 +3,9 @@
3
# Copyright 2020-2021, Caer
4
author = 'Jason Dsouza'
5
author_email = 'jasmcaus@gmail.com'
6
-version = '1.9.6'
7
-full_version = '1.9.6'
8
-git_version = 'b0abc846ed6db50680475cb6531f18a3300dbf59'
+version = '1.9.7'
+full_version = '1.9.7'
+git_version = '1695b84faec96d099346dc0bab3d37f8eee6ef89'
9
release = True
10
-contributors = ['Jason Dsouza <jasmcaus@gmail.com>']
+contributors = ['Jason Dsouza <jasmcaus@gmail.com>', '', 'Malik M Alnakhaleh <@MalikMAlna>']
11
homepage = 'https://github.com/jasmcaus/caer'
setup.py
@@ -47,7 +47,7 @@
47
48
MAJOR = 1
49
MINOR = 9
50
-MICRO = 6
+MICRO = 7
51
ISRELEASED = True
52
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
53
0 commit comments