Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelosmeklis committed Sep 28, 2024
1 parent 7c7bb05 commit 1b85a07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "peepdb"
version = "0.1.3"
description = "A quick database table viewer"
version = "0.1.4"
description = "CLI tool to view database tables fast"
authors = [
{name = "Evangelos Meklis", email = "[email protected]"},
]
Expand Down Expand Up @@ -40,8 +40,8 @@ dev = [
]

[project.urls]
Homepage = "https://github.com/evangelosmeklis/peepdb"
"Bug Tracker" = "https://github.com/evangelosmeklis/peepdb/issues"
Homepage = "https://github.com/PeepDB-dev/peepdb"
"Bug Tracker" = "https://github.com/PeepDB-dev/peepdb/issues"

[project.scripts]
peepdb = "peepdb.cli:main"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setup(
name="peepdb",
version="0.1.3",
version="0.1.4",
author="Evangelos Meklis",
author_email="[email protected]",
description="A quick database table viewer",
description="CLI tool to view database tables fast",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/evangelosmeklis/peepdb",
url="https://github.com/PeepDB-dev/peepdb",
packages=find_packages(),
install_requires=[
"mysql-connector-python>=9.0.0",
Expand Down

0 comments on commit 1b85a07

Please sign in to comment.