diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index b448982..1cdf984 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pygc - version: "1.0.0" + version: "1.1.0" source: path: ../ diff --git a/pygc/__init__.py b/pygc/__init__.py index 6eb578a..9816527 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.0.0' +__version__ = "1.1.0"