Skip to content

Commit

Permalink
prepare v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Mar 29, 2023
1 parent 3c22fd5 commit 7926e59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -38,7 +38,7 @@


# in development set version to none and ...
PYPI_VERSION = "2.1.0" # Note: don't add any dashes if you want to use conda, use b1 not .b1
PYPI_VERSION = "2.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1

# Return the git revision as a string (from numpy)

Expand Down Expand Up @@ -122,7 +122,8 @@ def _minimal_ext_cmd(cmd):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
]
)

0 comments on commit 7926e59

Please sign in to comment.