Skip to content

Commit

Permalink
Bumpver and compile reqs (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawang authored Apr 19, 2024
1 parent d7823e9 commit 46c6b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edgetest_conda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package initialization."""

__version__ = "2023.8.0"
__version__ = "2024.4.0"

__title__ = "edgetest-conda"
__description__ = "Conda edgetest plugin"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt setup.cfg
#

cerberus==1.3.4
# via edgetest
click==8.1.3
# via edgetest
edgetest==2023.6.1
edgetest==2024.2.0
# via edgetest-conda (setup.cfg)
packaging==23.0
# via edgetest
Expand Down

0 comments on commit 46c6b8e

Please sign in to comment.