Skip to content

Commit 8168437

Browse files
committed
Version to 0.0.8
1 parent ddd3e7c commit 8168437

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6+
version = "0.0.8"
7+
with open('package_tag_version.txt', mode='w') as file:
8+
file.write(version)
9+
610
setuptools.setup(
711
name="cropclassification",
8-
version="0.0.7",
12+
version=version,
913
author="Pieter Roggemans",
1014
author_email="[email protected]",
1115
description="Package to classify crops based on sentinel images.",

0 commit comments

Comments
 (0)