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:
@@ -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
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ package, providing all of the functionality.
|
||||
"""
|
||||
|
||||
|
||||
__version__ = "1.0.2a0"
|
||||
__version__ = "1.0.2"
|
||||
|
||||
from .core import IndexClient
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user