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

Merge pull request #28 from michaelharms/releases/1.0.1

preparing first release
This commit is contained in:
michaelharms
2020-03-08 16:28:46 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "comcrawl"
version = "0.1.5"
version = "1.0.1"
description = "A python utility for downloading Common Crawl data."
authors = ["Michael Harms <michaelharms95@icloud.com>"]
license = "MIT"