Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Jan 13, 2017
1 parent 847370c commit 04bb175
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.0.0
1.1.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.0.0"
version: "1.1.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.0.0'
__version__ = "1.1.0"

0 comments on commit 04bb175

Please sign in to comment.