Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Update setup.py to V2.1
Browse files Browse the repository at this point in the history
Also add 2.1 changes to README
  • Loading branch information
brettolsen committed Dec 18, 2017
1 parent 4e3ce59 commit 81ebb73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,13 @@ Bugs and pull requested can be submitted on GitHub_.
Changes
=======

2.1
~~~
* ENH: Add support for Python 3.5 coroutines
* ENH: Documentation updates
* ENH: CI for most recent Python versions (3.5, 3.6, 3.6-dev, 3.7-dev, nightly)
* ENH: Add timer unit argument for output time granularity spec

2.0
~~~
* BUG: Added support for IPython 5.0+, removed support for IPython <=0.12
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@

setup(
name = 'line_profiler',
version = '2.0',
version = '2.1',
author = 'Robert Kern',
author_email = '[email protected]',
description = 'Line-by-line profiler.',
long_description = long_description,
url = 'https://github.com/rkern/line_profiler',
download_url = 'https://github.com/rkern/line_profiler/tarball/2.0',
download_url = 'https://github.com/rkern/line_profiler/tarball/2.1',
ext_modules = [
Extension('_line_profiler',
sources=[line_profiler_source, 'timers.c', 'unset_trace.c'],
Expand Down

0 comments on commit 81ebb73

Please sign in to comment.