diff --git a/meta.yaml b/meta.yaml index 271f4b1..8fc388d 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: hilltop-py - version: "1.0.0" + version: "1.0.2" source: - git_rev: 1.0.0 + git_rev: 1.0.2 git_url: https://github.com/mullenkamp/hilltop-py.git requirements: diff --git a/setup.py b/setup.py index 3f6413c..295eafa 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.0', # Required + version='1.0.2', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: