We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56197b8 commit 9bb4d05Copy full SHA for 9bb4d05
1 file changed
src/capiscio/manager.py
@@ -17,7 +17,7 @@
17
logger = logging.getLogger(__name__)
18
19
# Configuration
20
-CORE_VERSION = "0.1.0" # This should ideally match the python package version or be decoupled
+CORE_VERSION = "2.1.2" # Matches the python package version
21
GITHUB_REPO = "capiscio/capiscio-core"
22
BINARY_NAME = "capiscio"
23
0 commit comments