diff --git a/CHANGELOG.md b/CHANGELOG.md index e38226a..d8bf0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.2a0] - 2020-07-26 +## [1.0.2] - 2020-07-26 ### Added diff --git a/comcrawl/__init__.py b/comcrawl/__init__.py index 433eb74..01432ce 100644 --- a/comcrawl/__init__.py +++ b/comcrawl/__init__.py @@ -7,6 +7,6 @@ """ -__version__ = "1.0.2a0" +__version__ = "1.0.2" from .core import IndexClient diff --git a/pyproject.toml b/pyproject.toml index 6191333..fca11d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "comcrawl" -version = "1.0.2a0" +version = "1.0.2" description = "A python utility for downloading Common Crawl data." authors = ["Michael Harms "] license = "MIT"