Skip to content

Commit 9fce450

Browse files
committed
Moved version to 1.1.0
1 parent 1a13c7f commit 9fce450

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.spack/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class FerryCli(PythonPackage):
4141
version("latest", branch="master")
4242
version("1.0.0", tag="1.0.0")
4343
version("1.0.1", tag="1.0.1")
44-
version("1.0.2", tag="1.0.2", preferred=True)
44+
version("1.0.2", tag="1.0.2")
45+
version("1.1.0", tag="1.1.0", preferred=True)
4546

4647
depends_on("python@3.6.8:", type=("run"))
4748

ferry_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__swagger_file_title__ = "Ferry API"
1414
__summary__ = "A command line interface for making ferry api calls. Can be used to automate repetitive tasks, incorporate usage safeguards for users or groups, or create scripts for common sequences. ."
1515
__uri__ = "https://github.com/fermitools/Ferry-CLI"
16-
__version__ = "1.0.2"
16+
__version__ = "1.1.0"
1717
__email__ = "ltrestka@fnal.gov, sbhat@fnal.gov, brynmool@fnal.gov"
1818
__author__ = "Fermi National Accelerator Laboratory"
1919
__copyright__ = f"2024 {__author__}"

0 commit comments

Comments
 (0)