diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4daf757..f23119c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.2.0 commit = True tag = True verbose = True diff --git a/docs/source/conf.py b/docs/source/conf.py index 16ea139..6204753 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # built documents. # # The short X.Y version. -version = '0.1.4' +version = '0.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/fdp/__init__.py b/fdp/__init__.py index 8dc4b24..483a7e0 100755 --- a/fdp/__init__.py +++ b/fdp/__init__.py @@ -7,7 +7,7 @@ from .classes import fdp -__version__ = '0.1.4' +__version__ = '0.2.0' def nstxu(*args, **kwargs):