Skip to content

Commit 20cef75

Browse files
committed
Release v1.7.9
1 parent 1fd500b commit 20cef75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

caer/_meta.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is automatically generated during the generation of setup.py
33
# Copyright 2020, Caer
44
author = 'Jason Dsouza <[email protected]>'
5-
version = '1.7.8'
6-
full_version = '1.7.8'
5+
version = '1.7.9'
6+
full_version = '1.7.9'
77
release = True
88
contributors = ['Jason Dsouza <[email protected]>']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR = 1
66
MINOR = 7
7-
MICRO = 8
7+
MICRO = 9
88
ISRELEASED = True
99
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'
1010

0 commit comments

Comments
 (0)