Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
adjust version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelharms committed Jul 26, 2020
1 parent 343bebb commit 2e7e977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion comcrawl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"""


__version__ = "1.0.2a0"
__version__ = "1.0.2"

from .core import IndexClient
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2e7e977

Please sign in to comment.