Skip to content

Commit

Permalink
Merge pull request #123 from MobleyLab/release-0.2.0
Browse files Browse the repository at this point in the history
Fix version numbers for Release 0.2.0
  • Loading branch information
Nathan Lim authored Jun 4, 2018
2 parents 7f2b6e9 + 66e5e2e commit f37d568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions blues/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# This file is automatically generated by setup.py
short_version = '0.1.4'
version = '0.1.4.dev1'
full_version = '0.1.4.dev1-a75e285'
git_revision = 'a75e285069a1d5dc3336283ebc8b42671d5d80d4'
short_version = '0.2.0'
version = '0.2.0.dev1'
full_version = '0.2.0.dev1-7e59298'
git_revision = '7e5929803e3bf7886d77ee1a2f7069c605c3cb94'
release = False
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: blues
version: 0.1.4
version: 0.2.0

source:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
DOCLINES = __doc__.split("\n")

########################
VERSION = "0.1.4" # Primary base version of the build
VERSION = "0.2.0" # Primary base version of the build
DEVBUILD = "1" # Dev build status, Either None or Integer as string
ISRELEASED = False # Are we releasing this as a full cut?
__version__ = VERSION
Expand Down

0 comments on commit f37d568

Please sign in to comment.