Skip to content

Commit

Permalink
Packaging updates for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 21, 2022
1 parent 61575bc commit 4a2a4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gravity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.9"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bdist_wheel]
python-tag = py27
universal = 0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def get_var(var_name):
author_email="[email protected]",
license="MIT",
keywords="gravity galaxy",
python_requires=">=3.7",
install_requires=["Click", "supervisor", "pyyaml", "ruamel.yaml"],
entry_points={"console_scripts": [
"galaxy = gravity.cli:galaxy",
Expand Down

0 comments on commit 4a2a4b5

Please sign in to comment.