Skip to content

Commit 223ce81

Browse files
author
Stephen Hynes
committed
Bump version number
1 parent 8642005 commit 223ce81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

logentries/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
""" This file contains some utils for connecting to Logentries
33
as well as storing logs in a queue and sending them."""
44

5-
VERSION = '2.0.3'
5+
VERSION = '2.0.4'
66

77
from logentries import helpers as le_helpers
88

setup.py

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

33
setup(
44
name='Logentries',
5-
version='0.3',
5+
version='0.4',
66
author='Mark Lacomber',
77
author_email='[email protected]',
88
packages=['logentries'],

0 commit comments

Comments
 (0)