Skip to content

Commit

Permalink
BLD: Remove hardcoded version number (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jun 11, 2018
1 parent c66bbec commit fd78689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipes/cyberpandas/meta.yaml
@@ -1,6 +1,6 @@
package:
name: cyberpandas
version: 0.3.0
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}

build:
number: 0
Expand Down

0 comments on commit fd78689

Please sign in to comment.