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