Skip to content

Commit f2c927e

Browse files
authored
Merge pull request #26 from dwhswenson/release-0.2.0
Release 0.2.0
2 parents b08e3f0 + e38a0fe commit f2c927e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: contact_map
33
# add ".dev0" for unreleased versions
4-
version: "0.1.5"
4+
version: "0.2.0"
55

66
source:
77
path: ../../

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
####################### USER SETUP AREA #################################
1010
# * VERSION: base version (do not include .dev0, etc -- that's automatic)
1111
# * IS_RELEASE: whether this is a release
12-
VERSION = "0.1.5"
12+
VERSION = "0.2.0"
1313
IS_RELEASE = True
1414

1515
DEV_NUM = 0 # always 0: we don't do public (pypi) .dev releases

0 commit comments

Comments
 (0)