Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed Oct 3, 2021
1 parent 04b4000 commit d35d375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions caer/_meta.py
Expand Up @@ -3,9 +3,9 @@
# Copyright 2020-2021, Caer
author = 'Jason Dsouza'
author_email = 'jasmcaus@gmail.com'
version = '2.0.1'
full_version = '2.0.1'
git_version = '71eed494c0f5f527a5624091cfb0927b5b92f0bb'
version = '2.0.2'
full_version = '2.0.2'
git_version = '04b400048935ff5fb8dbe71c158b57221160d137'
release = True
contributors = ['Jason Dsouza <@jasmcaus>', '', 'Special Thanks to:', '@MalikMAlna', '@lucasace', '@GitHubDragonFly']
homepage = 'https://github.com/jasmcaus/caer'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@

MAJOR = 2
MINOR = 0
MICRO = 1
MICRO = 2
ISRELEASED = True
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

Expand Down

0 comments on commit d35d375

Please sign in to comment.