# HG changeset patch
# User Siddharth Agarwal <sid0@fb.com>
# Date 1451734758 28800
# Node ID 22a12bf143a386f0a0be2bceb9ce1e42b1b27dd7
# Parent  97528d49ae5b7cf7daf98c40c55ebba479b3be50
version: bump up to 0.8.4

diff --git a/hggit/__init__.py b/hggit/__init__.py
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -76,7 +76,7 @@
     'collections',
 ])
 
-__version__ = '0.8.3'
+__version__ = '0.8.4'
 
 testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'