Skip to content

Commit

Permalink
Bump up to version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 9, 2019
1 parent b94924d commit 982b600
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -66,8 +66,8 @@
# built documents.
#
# version and release are set the same for this package.
version = '0.11.4'
release = '0.11.4'
version = '1.0.0'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion freud/__init__.py
Expand Up @@ -15,4 +15,4 @@
from . import pmft
from . import voronoi

__version__ = '0.11.4'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.4
current_version = 1.0.0
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -372,7 +372,7 @@ def find_tbb(tbb_root=None, tbb_include=None, tbb_link=None):
if platform.system() == 'Darwin':
os.environ["MACOSX_DEPLOYMENT_TARGET"]= "10.12"

version = '0.11.4'
version = '1.0.0'

# Read README for PyPI, fallback to short description if it fails.
desc = 'Perform various analyses of particle simulations.'
Expand Down

0 comments on commit 982b600

Please sign in to comment.