Skip to content

Commit daa3daa

Browse files
committed
configuring auto github release versioning for PyPi
Former-commit-id: 0497a3d
1 parent 6b82e16 commit daa3daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='DeepSlice',
1212
packages=find_packages(),
13-
version='1.0.6',
13+
version='{{VERSION_PLACEHOLDER}}',
1414
license='GPL-3.0',
1515
description='A package to align histology to 3D brain atlases',
1616
long_description=long_description,
@@ -20,7 +20,7 @@
2020
include_package_data=True,
2121
author_email='[email protected]',
2222
url='https://github.com/PolarBean/DeepSlice',
23-
download_url='https://github.com/PolarBean/DeepSlice/archive/refs/tags/1.0.6.tar.gz',
23+
download_url='https://github.com/PolarBean/DeepSlice/archive/refs/tags/{{VERSION_PLACEHOLDER}}.tar.gz',
2424
keywords=['histology', 'brain', 'atlas', 'alignment'],
2525
install_requires=[
2626
'numpy',

0 commit comments

Comments
 (0)