Skip to content

Commit

Permalink
Post release 0.7.1 - small fixes to keep up with pytest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Feb 21, 2017
1 parent 9c0274b commit 4a0f9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
[tool:pytest]
pep8ignore = __init__.py E402

[bdist_wheel]
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.7.1',
version='0.8.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 @@ -29,4 +29,4 @@

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

0 comments on commit 4a0f9f9

Please sign in to comment.