We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v1.0.1
1 parent 4ed91fe commit 82d06fdCopy full SHA for 82d06fd
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name='cppguts',
10
- version='1.0.0',
+ version='1.0.1',
11
packages=setuptools.find_packages(),
12
url='https://github.com/tierra-colada/cppguts',
13
license='MIT',
@@ -17,7 +17,7 @@
17
'automatically find and copy/paste new function definition',
18
long_description=long_description,
19
long_description_content_type='text/markdown',
20
- 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',
21
classifiers=[
22
'Development Status :: 5 - Production/Stable',
23
'Environment :: Console',
0 commit comments