Codebase list python-pyproj / d7a95fc
New upstream version 3.1.0 Bas Couwenberg 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2828 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929 """
30 __version__ = "3.1rc1"
30 __version__ = "3.1.0"
3131 __all__ = [
3232 "Proj",
3333 "Geod",