Skip to content

Commit df008a4

Browse files
committed
Bump pre-release version to 1.3.0a0 from 1.2.2
Even if experimental, we are adding a (backward-compatible) functionality in the remote streaming raster import. According to SemVer, every minor upgrade must reset the patch. Please note that since setuptools follows PEP 440, we must use the "a0" suffix, which is anyway SemVer-compatible, to avoid normalization like "UserWarning: Normalizing '1.3.0-a' to '1.3.0a0'" see https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers.
1 parent 555e3f6 commit df008a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
from setuptools import find_packages, setup
4-
53
# read the contents of your README file
64
from pathlib import Path
75

6+
from setuptools import find_packages, setup
7+
88
this_directory = Path(__file__).parent
99
long_description = (this_directory / "README.md").read_text()
1010

@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="picterra",
16-
version="1.2.2",
16+
version="1.3.0a0",
1717
description="Picterra API client",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)