Skip to content

Commit

Permalink
update version, classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Nov 19, 2022
1 parent 1cdc437 commit 1ef3d3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_package_streaming/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.7.0"
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ authors = [
{ name = "Anaconda, Inc. & Contributors", email = "conda@continuum.io" },
]
description = "Download metadata from conda packages without transferring entire file."
license = { "file" = "LICENSE" }
license = { file = "LICENSE" }
readme = "README.md"
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
requires-python = ">=3.7"
dependencies = ["requests", "zstandard >=0.15"]
Expand Down

0 comments on commit 1ef3d3c

Please sign in to comment.