We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667c126 commit cf56d78Copy full SHA for cf56d78
2 files changed
caer/_meta.py
@@ -3,9 +3,9 @@
3
# Copyright 2020, Caer
4
author = 'Jason Dsouza'
5
author_email = 'jasmcaus@gmail.com'
6
-version = '1.9.3'
7
-full_version = '1.9.3'
8
-git_version = '4d24915d87403e0c92a98f6672dd4ffd01593086'
+version = '1.9.4'
+full_version = '1.9.4'
+git_version = 'd038ceaac716450e4636adb0d29ed2a6091db89b'
9
release = True
10
contributors = ['Jason Dsouza <jasmcaus@gmail.com>']
11
homepage = 'https://github.com/jasmcaus/caer'
setup.py
@@ -46,7 +46,7 @@
46
47
MAJOR = 1
48
MINOR = 9
49
-MICRO = 3
+MICRO = 4
50
ISRELEASED = True
51
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
52
0 commit comments