Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ging committed Jan 22, 2024
1 parent 3e7a7ad commit b3df554
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 gingsi
Copyright 2023 simonging

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# packg

<p align="center">
<a href="https://github.com/gingsi/packg/actions/workflows/build-py37.yml">
<img alt="build 3.7 status" title="build 3.7 status" src="https://img.shields.io/github/actions/workflow/status/gingsi/packg/build-py37.yml?branch=main&label=build%203.7" />
<a href="https://github.com/simonging/packg/actions/workflows/build-py37.yml">
<img alt="build 3.7 status" title="build 3.7 status" src="https://img.shields.io/github/actions/workflow/status/simonging/packg/build-py37.yml?branch=main&label=build%203.7" />
</a>
<a href="https://github.com/gingsi/packg/actions/workflows/build-py310.yml">
<img alt="build 3.10 status" title="build 3.10 status" src="https://img.shields.io/github/actions/workflow/status/gingsi/packg/build-py310.yml?branch=main&label=build%203.10" />
<a href="https://github.com/simonging/packg/actions/workflows/build-py310.yml">
<img alt="build 3.10 status" title="build 3.10 status" src="https://img.shields.io/github/actions/workflow/status/simonging/packg/build-py310.yml?branch=main&label=build%203.10" />
</a>
<img alt="coverage" title="coverage" src="https://raw.githubusercontent.com/gingsi/packg/main/docs/coverage.svg" />
<img alt="coverage" title="coverage" src="https://raw.githubusercontent.com/simonging/packg/main/docs/coverage.svg" />
<a href="https://pypi.org/project/packg/">
<img alt="version" title="version" src="https://img.shields.io/pypi/v/packg?color=success" />
</a>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "packg"
description = "Collection of utilities used in other python projects."
readme = "README.md"
authors = [{ "name" = "gingsi" }]
authors = [{ "name" = "simonging" }]
requires-python = ">=3.7"
license = { text = "Apache-2.0" }
keywords = ["attrs", "typing", "dict", "attr"]
Expand All @@ -24,7 +24,7 @@ classifiers = [
dynamic = ["version", "dependencies"]

[project.urls]
Project-URL = "https://github.com/gingsi/packg"
Project-URL = "https://github.com/simonging/packg"

[tool.setuptools]
zip-safe = true
Expand Down
2 changes: 1 addition & 1 deletion src/packg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .misc import format_exception

__all__ = ["Const", "format_exception"]
__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit b3df554

Please sign in to comment.