We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c12a3 commit 49d6bdbCopy full SHA for 49d6bdb
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyproj
3
-version = 3.4.0rc2
+version = 3.4.0
4
description = Python interface to PROJ (cartographic projections and coordinate transformations library)
5
long_description = file: README.md
6
long_description_content_type = text/markdown
@@ -19,6 +19,7 @@ classifiers =
19
Programming Language :: Python :: 3.8
20
Programming Language :: Python :: 3.9
21
Programming Language :: Python :: 3.10
22
+ Programming Language :: Python :: 3.11
23
Programming Language :: Python :: 3 :: Only
24
Topic :: Scientific/Engineering
25
Topic :: Scientific/Engineering :: GIS
0 commit comments