Skip to content

Commit

Permalink
Ready release v1.0.1 tested on Ubuntu, OSX, Windows with git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kerim371 committed Sep 21, 2021
1 parent 4ed91fe commit 82d06fd
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 @@ -7,7 +7,7 @@

setuptools.setup(
name='cppguts',
version='1.0.0',
version='1.0.1',
packages=setuptools.find_packages(),
url='https://github.com/tierra-colada/cppguts',
license='MIT',
Expand All @@ -17,7 +17,7 @@
'automatically find and copy/paste new function definition',
long_description=long_description,
long_description_content_type='text/markdown',
download_url='https://github.com/tierra-colada/cppguts/archive/refs/tags/v1.0.0.tar.gz',
download_url='https://github.com/tierra-colada/cppguts/archive/refs/tags/v1.0.1.tar.gz',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 82d06fd

Please sign in to comment.