Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhktsui committed Aug 19, 2024
1 parent c0ab804 commit 1410341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

setup(
name="anyclassifier",
version="0.1.1",
version="0.2.0",
description="One Line To Build Any Classifier Without Data",
long_description=README_TEXT,
long_description_content_type="text/markdown",
maintainer="Ken Tsui",
maintainer_email="kenhktsui@gmail.com",
url="https://github.com/kenhktsui/anyclassifier",
download_url="https://github.com/kenhktsui/anyclassifier/tags",
license="Apache 2.0",
license="MIT",
packages=find_packages(),
include_package_data=True,
install_requires=REQUIRED_PKGS,
Expand Down

0 comments on commit 1410341

Please sign in to comment.