From 18cc0fde7498ad72c87610268f60826fd89e442b Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Wed, 5 Aug 2020 13:31:18 -0400 Subject: [PATCH] version bump --- gtfparse/__init__.py | 4 +--- gtfparse/attribute_parsing.py | 2 -- gtfparse/create_missing_features.py | 2 -- gtfparse/parsing_error.py | 2 -- gtfparse/read_gtf.py | 2 -- gtfparse/required_columns.py | 2 -- 6 files changed, 1 insertion(+), 13 deletions(-) diff --git a/gtfparse/__init__.py b/gtfparse/__init__.py index c6fbc4f..1ac866b 100644 --- a/gtfparse/__init__.py +++ b/gtfparse/__init__.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -18,7 +16,7 @@ from .parsing_error import ParsingError from .read_gtf import read_gtf, parse_gtf, parse_gtf_and_expand_attributes -__version__ = "1.2.0" +__version__ = "1.2.1" __all__ = [ "expand_attribute_strings", diff --git a/gtfparse/attribute_parsing.py b/gtfparse/attribute_parsing.py index e298ae8..b2dead3 100644 --- a/gtfparse/attribute_parsing.py +++ b/gtfparse/attribute_parsing.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015-2018. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/gtfparse/create_missing_features.py b/gtfparse/create_missing_features.py index 0e3902e..0d4b215 100644 --- a/gtfparse/create_missing_features.py +++ b/gtfparse/create_missing_features.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015-2016. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/gtfparse/parsing_error.py b/gtfparse/parsing_error.py index 0741ce5..0a7e924 100644 --- a/gtfparse/parsing_error.py +++ b/gtfparse/parsing_error.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015-2016. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/gtfparse/read_gtf.py b/gtfparse/read_gtf.py index e85e199..49e3be4 100644 --- a/gtfparse/read_gtf.py +++ b/gtfparse/read_gtf.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015-2018. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/gtfparse/required_columns.py b/gtfparse/required_columns.py index 93fd267..462a262 100644 --- a/gtfparse/required_columns.py +++ b/gtfparse/required_columns.py @@ -1,5 +1,3 @@ -# Copyright (c) 2015-2016. Mount Sinai School of Medicine -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at