Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas committed Oct 11, 2017
1 parent 6afc6ab commit 081453f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.dev0'
version = '0.1.dev1'
# The full version, including alpha/beta/rc tags.
release = '0.1.dev0'
release = '0.1.dev1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='magpy',
version='0.1.dev0',
version='0.1.dev1',
packages=find_packages(),
ext_modules= cythonize(Extension(
name='magpy.core',
Expand Down

0 comments on commit 081453f

Please sign in to comment.