Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed Oct 9, 2021
1 parent 0ccfd82 commit a469c19
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.3'
full_version = '2.0.3'
git_version = 'eece1799bac0e9d30c56f7b708a1475b25244f40'
version = '2.0.4'
full_version = '2.0.4'
git_version = '0ccfd8212d4986f31d858a89c62070616b711454'
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 = 3
MICRO = 4
ISRELEASED = True
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

Expand Down

0 comments on commit a469c19

Please sign in to comment.