Codebase list python-pyproj / 22b122c
Update upstream source from tag 'upstream/3.0.0' Update to upstream version '3.0.0' with Debian dir dfa5ef61e6c1d73fbf2ec04caa19b18ae0ee497b Bas Couwenberg 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 include pyproject.toml
33 include LICENSE
44 include Makefile
5 include pytest.ini
56 include pyproj/py.typed
67 include pyproj/*.pyd
78 include pyproj/*.pyx
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.0.rc1"
30 __version__ = "3.0.0"
3131 __all__ = [
3232 "Proj",
3333 "Geod",