From 30e5ec173c8de6b1ce159137e225b4ca041acb9c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 Jul 2020 16:07:54 +0000 Subject: [PATCH] 1.0.0 Automatically generated by python-semantic-release --- stscraper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stscraper/__init__.py b/stscraper/__init__.py index abb5206..5ec9189 100644 --- a/stscraper/__init__.py +++ b/stscraper/__init__.py @@ -1,6 +1,6 @@ from .github import * -__version__ = '0.4.0' +__version__ = '1.0.0' __author__ = "Marat (@cmu.edu)" __license__ = "GPL v3"