Skip to content

Commit 83d2dc4

Browse files
committed
Release v2.0.3
1 parent a4fa24c commit 83d2dc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

caer/_meta.py

Lines changed: 3 additions & 3 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 = '2.0.2'
7-
full_version = '2.0.2'
8-
git_version = 'd35d3757d76ffaa4e75ac806ba84ce99d2c4459b'
6+
version = '2.0.3'
7+
full_version = '2.0.3'
8+
git_version = 'eece1799bac0e9d30c56f7b708a1475b25244f40'
99
release = True
1010
contributors = ['Jason Dsouza <@jasmcaus>', '', 'Special Thanks to:', '@MalikMAlna', '@lucasace', '@GitHubDragonFly']
1111
homepage = 'https://github.com/jasmcaus/caer'

setup.py

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

4646
MAJOR = 2
4747
MINOR = 0
48-
MICRO = 2
48+
MICRO = 3
4949
ISRELEASED = True
5050
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
5151

0 commit comments

Comments
 (0)