We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ad7e5 commit 68da26aCopy full SHA for 68da26a
.gitpod.yml
@@ -0,0 +1,10 @@
1
+# This configuration file was automatically generated by Gitpod.
2
+# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3
+# and commit this file to your remote git repository to share the goodness with others.
4
+
5
+# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6
7
+tasks:
8
+ - init: pip install .
9
10
AMDirT/__init__.py
@@ -1 +1 @@
-__version__ = "1.6.0"
+__version__ = "1.6.1"
AMDirT/viewer/requirements.txt
@@ -8,4 +8,4 @@ streamlit
watchdog
streamlit-aggrid
colorlog
11
-amdirt==1.4
+amdirt==1.6.1
0 commit comments