Skip to content

Commit

Permalink
update requirements and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed May 6, 2012
1 parent 287edc2 commit d3a73a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -4,16 +4,16 @@

setup(
name='metrology',
version='0.3',
version='0.3.1',
description='A library to easily measure what\'s going on in your python.',
author='Timothée Peignier',
author_email='timothee.peignier@tryphon.org',
url='https://github.com/cyberdelia/metrology',
packages=find_packages(),
zip_safe=False,
install_requires=[
'atomic>=0.3',
'bintrees'
'atomic>=0.3.2',
'bintrees>=1.0.0'
],
include_package_data=True,
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -4,7 +4,7 @@ envlist = py26,py27,py32,pypy
[testenv]
deps =
pytest
atomic
bintrees
atomic>=0.3.2
bintrees>=1.0.0
mock
commands = py.test

0 comments on commit d3a73a3

Please sign in to comment.