Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a717644

Browse files
committed
chore: version
1 parent b348136 commit a717644

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import subprocess
22
from codecs import open
3-
from setuptools import setup, find_packages
4-
from setuptools.command import develop, build_py
3+
4+
from setuptools import find_packages, setup
5+
from setuptools.command import build_py, develop
56

67

78
def readme():
@@ -62,7 +63,7 @@ def finalize_options(self):
6263
}
6364

6465
setup(name="s2p",
65-
version="1.6.6",
66+
version="1.6.7",
6667
description="Satellite Stereo Pipeline.",
6768
long_description=readme(),
6869
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)