Skip to content

Commit 669bf4e

Browse files
committed
bump version
1 parent e05a868 commit 669bf4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

RELEASE_NEW_VERSION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Notes for me so i dont forget how to release a version
2+
3+
Bump version in `setup.py` then run `push_pypi` or
4+
```
5+
python setup.py bdist_wheel
6+
twine upload dist/*
7+
```

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ def parse_requirements(filename):
1515
setup(
1616
name='powerpoint_generative_ai',
1717
packages=find_packages(),
18-
version='0.1.6',
18+
version='0.1.7',
1919
license='MIT',
2020
description='Library written by Width.Ai. Streamlines the utilization of GPT models for automatic PowerPoint content generation. Also offers semantic searches on slide content, enabling you to quickly pinpoint relevant information',
2121
long_description=readme,
2222
long_description_content_type='text/markdown',
2323
author='Patrick Hennis',
2424
author_email='[email protected]',
2525
url='https://github.com/Width-ai/powerpoint-generative-ai',
26-
download_url='https://github.com/Width-ai/powerpoint-generative-ai/archive/refs/tags/v0.1.6.tar.gz',
26+
download_url='https://github.com/Width-ai/powerpoint-generative-ai/archive/refs/tags/v0.1.7.tar.gz',
2727
keywords=['LLM', 'Semantic Search', 'PowerPoints'],
2828
install_requires=install_requires,
2929
classifiers=[

0 commit comments

Comments
 (0)