From 25974101e548135e959b3569799684474278c6b7 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 30 Apr 2021 15:13:15 +0100 Subject: [PATCH 1/3] replaced badge links to shimwell with svalinn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96ac387..3f0b012 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![N|Python](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://www.python.org) -[![docker based CI](https://github.com/Shimwell/remove_dagmc_tags/actions/workflows/docker_ci.yml/badge.svg)](https://github.com/Shimwell/remove_dagmc_tags/actions/workflows/docker_ci.yml) +[![docker based CI](https://github.com/svalinn/remove_dagmc_tags/actions/workflows/docker_ci.yml/badge.svg)](https://github.com/svalinn/remove_dagmc_tags/actions/workflows/docker_ci.yml) [![PyPI](https://img.shields.io/pypi/v/remove-dagmc-tags?color=brightgreen&label=pypi&logo=grebrightgreenen&logoColor=green)](https://pypi.org/project/remove-dagmc-tags/) -[![codecov](https://codecov.io/gh/shimwell/remove_dagmc_tags/branch/main/graph/badge.svg)](https://codecov.io/gh/shimwell/remove_dagmc_tags) +[![codecov](https://codecov.io/gh/svalinn/remove_dagmc_tags/branch/main/graph/badge.svg)](https://codecov.io/gh/svalinn/remove_dagmc_tags) This is a minimal Python package that provides both **command line** and **API** interfaces for removing **multiple** tags from a DAGMC h5m file. From 8b7fc35076603a93faec7386efa6c8aed1709d70 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 30 Apr 2021 16:08:56 +0100 Subject: [PATCH 2/3] changing author and copyright ownership from shimwell to dagmc --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4460f8b..bbf5ff6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Jonathan Shimwell +Copyright (c) 2021 the DAGMC development team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 3864cca..198deeb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="remove_dagmc_tags", version="0.0.4", - author="Svalinn development team", + author="DAGMC development team", description="A tool for selectively removing tags such as the graveyard from DAGMC h5m files.", long_description=long_description, long_description_content_type="text/markdown", From f1d5abe33f8d966b5093b0607dabed6dd037a1e0 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 30 Apr 2021 16:11:31 +0100 Subject: [PATCH 3/3] version bump with new license owner --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 198deeb..1cea04a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="remove_dagmc_tags", - version="0.0.4", + version="0.0.5", author="DAGMC development team", description="A tool for selectively removing tags such as the graveyard from DAGMC h5m files.", long_description=long_description,