Skip to content

Commit 88525bd

Browse files
committed
Increment version to 1.5.0, as 1.4.0 was already up on pypi.
1 parent a4989a9 commit 88525bd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.4.0'
56+
version = '1.5.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.4.0'
58+
release = '1.5.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

eqtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""Provides classes for interacting with magnetic equilibrium data in a variety of formats.
2020
"""
2121

22-
__version__ = '1.4.0'
22+
__version__ = '1.5.0'
2323

2424
from .core import *
2525
# from .EFIT import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "numpy"]
33

44
[project]
55
name = "eqtools"
6-
version = "1.4.0"
6+
version = "1.5.0"
77
authors = [
88
{ name="Mark Chilenski" },
99
{ name="Ian Faust" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='eqtools',
12-
version='1.4.0',
12+
version='1.5.0',
1313
packages=['eqtools'],
1414
install_requires=['scipy', 'numpy', 'matplotlib'],
1515
author=['Mark Chilenski', 'Ian Faust', 'John Walk'],

0 commit comments

Comments
 (0)