Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Jul 10, 2017
1 parent 568db77 commit 872f570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pygc
version: "1.1.0"
version: "1.2.0"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion pygc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pygc.gc import great_circle
from pygc.gc import great_distance

__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 872f570

Please sign in to comment.