diff --git a/dist/pytrx-1.2.0-py3-none-any.whl b/dist/pytrx-1.2.0-py3-none-any.whl deleted file mode 100644 index 929b98b..0000000 Binary files a/dist/pytrx-1.2.0-py3-none-any.whl and /dev/null differ diff --git a/dist/pytrx-1.2.0.tar.gz b/dist/pytrx-1.2.0.tar.gz deleted file mode 100644 index 3e1eed2..0000000 Binary files a/dist/pytrx-1.2.0.tar.gz and /dev/null differ diff --git a/dist/pytrx-1.2.1-py3-none-any.whl b/dist/pytrx-1.2.1-py3-none-any.whl deleted file mode 100644 index 49477f8..0000000 Binary files a/dist/pytrx-1.2.1-py3-none-any.whl and /dev/null differ diff --git a/dist/pytrx-1.2.1.tar.gz b/dist/pytrx-1.2.1.tar.gz deleted file mode 100644 index f324988..0000000 Binary files a/dist/pytrx-1.2.1.tar.gz and /dev/null differ diff --git a/dist/pytrx-1.2.2.tar.gz b/dist/pytrx-1.2.2.tar.gz deleted file mode 100644 index 17419d4..0000000 Binary files a/dist/pytrx-1.2.2.tar.gz and /dev/null differ diff --git a/dist/pytrx-1.2.2-py3-none-any.whl b/dist/pytrx-1.2.3-py3-none-any.whl similarity index 84% rename from dist/pytrx-1.2.2-py3-none-any.whl rename to dist/pytrx-1.2.3-py3-none-any.whl index 945a042..20a3139 100644 Binary files a/dist/pytrx-1.2.2-py3-none-any.whl and b/dist/pytrx-1.2.3-py3-none-any.whl differ diff --git a/dist/pytrx-1.2.3.tar.gz b/dist/pytrx-1.2.3.tar.gz new file mode 100644 index 0000000..a15d38a Binary files /dev/null and b/dist/pytrx-1.2.3.tar.gz differ diff --git a/pytrx.egg-info/PKG-INFO b/pytrx.egg-info/PKG-INFO index 7c9d69e..d80cc1a 100644 --- a/pytrx.egg-info/PKG-INFO +++ b/pytrx.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pytrx -Version: 1.2.2 +Version: 1.2.3 Summary: An object-oriented toolset for calculating velocities, surface areas and distances from oblique imagery of glacial environments Home-page: https://github.com/PennyHow/PyTrx Author: Penelope How diff --git a/setup.py b/setup.py index 9ffe86e..92424fe 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="pytrx", - version="1.2.2", + version="1.2.3", author="Penelope How", author_email="pennyruthhow@gmail.com", description="An object-oriented toolset for calculating velocities, surface areas and distances from oblique imagery of glacial environments",