Skip to content

Commit

Permalink
v1.0.1 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthSareen committed Dec 15, 2023
1 parent 024ca75 commit 95a52c9
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 @@ -5,7 +5,7 @@

setup(
name='rubber-ducky',
version='1.0.0',
version='1.0.1',
description='AI Companion for Pair Programming',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -15,7 +15,7 @@
license='MIT',
packages=find_packages(),
install_requires=[
'transformers',
'langchain',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 95a52c9

Please sign in to comment.