Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Feb 21, 2017
1 parent 44c7664 commit 9c0274b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The rules for this file:

------------------------------------------------------------------------------

??/??/16
02/21/17

* 0.8.0 kain88-de, dotsdl
* 0.7.1 kain88-de, dotsdl

API Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

setup(name='datreant.core',
version='0.8.0-dev',
version='0.7.1',
description='persistent, pythonic trees for heterogeneous data',
author='David Dotson',
author_email='dotsdl@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion src/datreant/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

__all__ = ['Treant', 'Group', 'Tree', 'Leaf', 'Bundle', 'discover', 'Veg',
'attach', 'View']
__version__ = "0.8.0-dev" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.7.1" # NOTE: keep in sync with RELEASE in setup.py

0 comments on commit 9c0274b

Please sign in to comment.