From 28bb5362709ab284f36c8ded256d48ecd52a97cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Oct 2020 15:29:13 +0000 Subject: [PATCH] 1.4.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 4d2a9e9..9cea9df 100644 --- a/stscraper/__init__.py +++ b/stscraper/__init__.py @@ -1,6 +1,6 @@ from .github import * -__version__ = '1.3.0' +__version__ = '1.4.0' __author__ = "Marat (@cmu.edu)" __license__ = "GPL v3"