Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hcevikdotpy committed Aug 18, 2024
1 parent ea45a1c commit 4e33620
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
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages

setup(
name='claude-pyrojects-cli',
version='0.1.0',
name='claude-pyrojects',
version='0.1.1',
description='A tool for uploading and managing projects in Claude.ai',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4e33620

Please sign in to comment.