Skip to content

Commit

Permalink
First commit of 0.7.0.dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Mar 23, 2016
1 parent b803c75 commit c17072e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The rules for this file:
* release numbers follow "Semantic Versioning" http://semver.org

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

??/??/16 dotsdl

* 0.7.0


03/23/16 dotsdl, andreabedini, richardjgowers, orbeckst, sseyler

* 0.6.0
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.6.0',
version='0.7.0.dev',
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 @@ -27,4 +27,4 @@
from . import attach

__all__ = ['Treant', 'Group', 'Tree', 'Leaf', 'Bundle']
__version__ = "0.6.0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.7.0.dev" # NOTE: keep in sync with RELEASE in setup.py

0 comments on commit c17072e

Please sign in to comment.