Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Oct 19, 2017
1 parent 66a8e37 commit 8733d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: autorelease
# add ".dev0" for unreleased versions
version: "0.0.1.dev0"
version: "0.0.1"

source:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# * VERSION: base version (do not include .dev0, etc -- that's automatic)
# * IS_RELEASE: whether this is a release
VERSION = "0.0.1"
IS_RELEASE = False
IS_RELEASE = True

DEV_NUM = 0 # always 0: we don't do public (pypi) .dev releases
PRE_TYPE = "" # a, b, or rc (although we rarely release such versions)
Expand Down

0 comments on commit 8733d3e

Please sign in to comment.