Skip to content

Commit

Permalink
Release v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed Dec 9, 2020
1 parent 667c126 commit cf56d78
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Copyright 2020, Caer
author = 'Jason Dsouza'
author_email = '[email protected]'
version = '1.9.3'
full_version = '1.9.3'
git_version = '4d24915d87403e0c92a98f6672dd4ffd01593086'
version = '1.9.4'
full_version = '1.9.4'
git_version = 'd038ceaac716450e4636adb0d29ed2a6091db89b'
release = True
contributors = ['Jason Dsouza <[email protected]>']
homepage = 'https://github.com/jasmcaus/caer'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

MAJOR = 1
MINOR = 9
MICRO = 3
MICRO = 4
ISRELEASED = True
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

Expand Down

0 comments on commit cf56d78

Please sign in to comment.