Skip to content

Commit 63ef646

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent ad00aea commit 63ef646

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ""
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.1.0"
30+
release = "0.2.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

eeco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__email__ = "fchapin@stanford.edu"
66
# Do not edit this string manually, always use bumpversion
77
# Details in CONTRIBUTING.rst
8-
__version__ = "0.1.0"
8+
__version__ = "0.2.0"
99

1010

1111
def get_module_version():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
extras_require=extra_requirements,
7474
test_suite="tests",
7575
url="https://github.com/we3lab/eeco",
76-
version="0.1.0",
76+
version="0.2.0",
7777
zip_safe=False,
7878
)

0 commit comments

Comments
 (0)