1
0
mirror of https://github.com/michaelharms/comcrawl.git synced 2021-09-27 00:43:48 +03:00

adjust version number for release

This commit is contained in:
Michael Harms
2020-07-26 12:23:43 +02:00
parent 343bebb5cb
commit 2e7e9770f2
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -7,6 +7,6 @@ package, providing all of the functionality.
"""
__version__ = "1.0.2a0"
__version__ = "1.0.2"
from .core import IndexClient

View File

@@ -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 <michaelharms95@icloud.com>"]
license = "MIT"