Skip to content

Commit

Permalink
update to v0.7.5 in docs, setup and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Apr 25, 2018
1 parent f2b8487 commit fc2de2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.7.0" %}
{% set version = "0.7.5" %}

package:
name: mpas_analysis
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.0'
version = u'0.7.5'
# The full version, including alpha/beta/rc tags.
release = u'0.7.0'
release = u'0.7.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

isrelease = True

version = '0.7.0'
version = '0.7.5'

if not isrelease:
import subprocess
Expand Down

0 comments on commit fc2de2f

Please sign in to comment.