Skip to content

Commit 6f87fb7

Browse files
committed
updating ba.3 definition to disallow probable call
1 parent 6a58cd0 commit 6f87fb7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

constellations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
_program = "constellations"
2-
__version__ = "v0.1.8"
2+
__version__ = "v0.1.9"
33

constellations/definitions/cBA.3.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"default": {
4646
"min_alt": 13,
4747
"max_ref": 2
48-
},
49-
"Probable": {
50-
"min_alt": 6,
51-
"max_ref": 8
5248
}
5349
}
5450
}

0 commit comments

Comments
 (0)