Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Hagen committed Jan 13, 2016
1 parent 3f73935 commit 7e7bf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

setup(
name = 'hybridLFPy',
version = '0.1.1',
version = '0.1.2',
maintainer = 'Espen Hagen',
maintainer_email = 'e.hagen@fz-juelich.de',
url = 'https://github.com/INM-6/hybridLFPy',
download_url = 'https://github.com/INM-6/hybridLFPy/tarball/v0.1.1',
download_url = 'https://github.com/INM-6/hybridLFPy/tarball/v0.1.2',
packages = ['hybridLFPy'],
provides = ['hybridLFPy'],
package_data = {'hybridLFPy' : [os.path.join('testing', 'testing-X-0.gdf')]},
Expand Down

0 comments on commit 7e7bf6f

Please sign in to comment.