Skip to content

Commit

Permalink
fix: Revert version to correct version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent ffca059 commit 6de8400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package:
name: "{{ name|lower }}"
# version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
version: "3.0.1"
version: "3.0.0"

source:
git_url: https://github.com/Loop3D/map2loop-3
Expand Down
2 changes: 1 addition & 1 deletion map2loop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "2.9.9"

0 comments on commit 6de8400

Please sign in to comment.