Skip to content

Commit cf56d78

Browse files
committed
Release v1.9.4
1 parent 667c126 commit cf56d78

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

caer/_meta.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Copyright 2020, Caer
44
author = 'Jason Dsouza'
55
author_email = 'jasmcaus@gmail.com'
6-
version = '1.9.3'
7-
full_version = '1.9.3'
8-
git_version = '4d24915d87403e0c92a98f6672dd4ffd01593086'
6+
version = '1.9.4'
7+
full_version = '1.9.4'
8+
git_version = 'd038ceaac716450e4636adb0d29ed2a6091db89b'
99
release = True
1010
contributors = ['Jason Dsouza <jasmcaus@gmail.com>']
1111
homepage = 'https://github.com/jasmcaus/caer'

setup.py

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

4747
MAJOR = 1
4848
MINOR = 9
49-
MICRO = 3
49+
MICRO = 4
5050
ISRELEASED = True
5151
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
5252

0 commit comments

Comments
 (0)