Skip to content

Commit

Permalink
Merge pull request #1156 from moonstream-to/fix-pypi-naming-3
Browse files Browse the repository at this point in the history
Using build package for distribution
  • Loading branch information
kompotkot authored Jan 7, 2025
2 parents 1fc7f0c + 97f9a68 commit fc26b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moonstreamdb/moonstreamdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Moonstream database version.
"""

MOONSTREAMDB_VERSION = "0.4.5"
MOONSTREAMDB_VERSION = "0.4.6"
2 changes: 1 addition & 1 deletion moonstreamdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
extras_require={
"dev": ["black", "isort", "mypy"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit fc26b16

Please sign in to comment.