Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e17b33c

Browse files
committed
[GEOPY-2049] fix version inconsistency
1 parent 0706dc1 commit e17b33c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

param_sweeps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1010

11-
__version__ = "0.3.0-alpha.2"
11+
__version__ = "0.2.1-alpha.1"

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: "param-sweeps"
5-
version: "0.3.0a2"
5+
version: "0.2.1a1"
66
python_min: "3.10"
77

88
package:

0 commit comments

Comments
 (0)