diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec593fdc94..8499c0131b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 1.0.0 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index a80e325a9c..54750792f6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -93,9 +93,9 @@ # the built documents. # # The short X.Y version. -version = '0.0.3' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.3' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # diff --git a/third-party/package.json b/third-party/package.json index 63c630755f..cde35ee0f8 100644 --- a/third-party/package.json +++ b/third-party/package.json @@ -1,6 +1,6 @@ { "name": "empirical-dev-dependencies", - "version": "0.0.3", + "version": "1.0.0", "description": "Dev dependencies for Empirical", "main": "index.js", "dependencies": {},