Skip to content

Commit 82d06fd

Browse files
committed
Ready release v1.0.1 tested on Ubuntu, OSX, Windows with git actions
1 parent 4ed91fe commit 82d06fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='cppguts',
10-
version='1.0.0',
10+
version='1.0.1',
1111
packages=setuptools.find_packages(),
1212
url='https://github.com/tierra-colada/cppguts',
1313
license='MIT',
@@ -17,7 +17,7 @@
1717
'automatically find and copy/paste new function definition',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
20-
download_url='https://github.com/tierra-colada/cppguts/archive/refs/tags/v1.0.0.tar.gz',
20+
download_url='https://github.com/tierra-colada/cppguts/archive/refs/tags/v1.0.1.tar.gz',
2121
classifiers=[
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',

0 commit comments

Comments
 (0)