Skip to content

Commit

Permalink
Merge pull request #15 from rackodo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Bash Elliott authored May 17, 2022
2 parents bc34184 + 049378a commit 9f1e312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<div align="center">
<br>
<img src="https://img.shields.io/github/workflow/status/raccter/bashtable/Upload%20Python%20Package?label=Package%20Status&style=for-the-badge&logo=python&logoColor=white">
<img src="https://img.shields.io/github/v/tag/raccter/bashtable?style=for-the-badge">
<img src="https://img.shields.io/github/release-date/raccter/bashtable?style=for-the-badge">
<img src="https://img.shields.io/github/commit-activity/w/raccter/bashtable?style=for-the-badge">
<img src="https://img.shields.io/github/workflow/status/rackodo/bashtable/Upload%20Python%20Package?label=Package%20Status&style=for-the-badge&logo=python&logoColor=white">
<img src="https://img.shields.io/github/v/tag/rackodo/bashtable?style=for-the-badge">
<img src="https://img.shields.io/github/release-date/rackodo/bashtable?style=for-the-badge">
<img src="https://img.shields.io/github/commit-activity/w/rackodo/bashtable?style=for-the-badge">
<br><br>
</div>

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="bashtable",
version="1.0.1",
version="1.0.2",
author="Bash Elliott",
author_email="[email protected]",
description="Table package for Python",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/raccter/bashtable",
url="https://github.com/rackodo/bashtable",
project_urls={
"Bug Tracker": "https://github.com/raccter/bashtable/issues",
"Bug Tracker": "https://github.com/rackodo/bashtable/issues",
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 9f1e312

Please sign in to comment.