diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 1cdf984..6ce0c99 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pygc - version: "1.1.0" + version: "1.2.0" source: path: ../ diff --git a/pygc/__init__.py b/pygc/__init__.py index 9816527..123ae70 100644 --- a/pygc/__init__.py +++ b/pygc/__init__.py @@ -1,4 +1,4 @@ from pygc.gc import great_circle from pygc.gc import great_distance -__version__ = "1.1.0" +__version__ = "1.2.0"