diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b5a51c8..e1793f3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.1.0b0 +current_version = 0.1.0 files = casingSimulations/info.py setup.py docs/conf.py diff --git a/casingSimulations/info.py b/casingSimulations/info.py index 3a244c7..ab8a542 100644 --- a/casingSimulations/info.py +++ b/casingSimulations/info.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0b0' +__version__ = '0.1.0' __author__ = 'Lindsey Heagy' __license__ = 'MIT' __copyright__ = 'Copyright 2018-2019 Lindsey Heagy' diff --git a/docs/conf.py b/docs/conf.py index f1544f2..3e57d83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = u'0.1.0b0' +version = u'0.1.0' # The full version, including alpha/beta/rc tags. -release = u'0.1.0b0' +release = u'0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -148,7 +148,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'EM Casing Research v0.1.0b0' +# html_title = u'EM Casing Research v0.1.0' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index a4e92a4..378ec50 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name="CasingSimulations", - version="0.1.0b0", + version="0.1.0", packages=find_packages(), install_requires=[ 'numpy>=1.7',