Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-iris committed Oct 20, 2017
1 parent b7c03ad commit 6fd8283
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer/anaconda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pyweed" %}
{% set version = "0.4.dev4" %}
{% set sha256 = "da8d2010a9f9545f1d8139c7d3c5248cffa350a14b4c60b4fdd9a2366fce4f4c" %}
{% set version = "0.5.0" %}
{% set sha256 = "fa34ef33451cac10f475f99d8fbae816d0a7a16442635e255efb5f9b48b6b068" %}

package:
name: {{ name }}
Expand Down
2 changes: 1 addition & 1 deletion installer/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- pyzmq
- pyproj
- pip:
- pyweed==0.4.dev4
- pyweed==0.5.0
2 changes: 1 addition & 1 deletion pyweed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os.path

__pkg_path___ = os.path.dirname(os.path.abspath(__file__))
__version__ = '0.4.dev4'
__version__ = '0.5.0'
__app_name__ = "PyWEED"

0 comments on commit 6fd8283

Please sign in to comment.