Skip to content

Commit

Permalink
Bump version: 0.1.0b0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Jul 6, 2020
1 parent 16f1eb8 commit 98d5a4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.1.0b0
current_version = 0.1.0
files = casingSimulations/info.py setup.py docs/conf.py

2 changes: 1 addition & 1 deletion casingSimulations/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0b0'
__version__ = '0.1.0'
__author__ = 'Lindsey Heagy'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018-2019 Lindsey Heagy'
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -148,7 +148,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> 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.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="CasingSimulations",
version="0.1.0b0",
version="0.1.0",
packages=find_packages(),
install_requires=[
'numpy>=1.7',
Expand Down

0 comments on commit 98d5a4a

Please sign in to comment.