Skip to content

Commit

Permalink
change version number to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyneveu committed Nov 15, 2024
1 parent a668e7c commit 73a5f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectractor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = '3.1.0'
__version__ = '3.1.1'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit 73a5f83

Please sign in to comment.