Skip to content

Commit fb039e6

Browse files
committed
Bump version: 0.2.0 → 0.2.1.dev0
1 parent 8d8702a commit fb039e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "deepecho" %}
2-
{% set version = "version = '0.2.0'" %}
2+
{% set version = "version = '0.2.1.dev0'" %}
33

44
package:
55
name: "{{ name|lower }}"

Diff for: deepecho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'MIT Data To AI Lab'
44
__email__ = '[email protected]'
5-
__version__ = '0.2.0'
5+
__version__ = '0.2.1.dev0'
66
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
77

88
from deepecho.demo import load_demo

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1.dev0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
test_suite='tests',
100100
tests_require=tests_require,
101101
url='https://github.com/sdv-dev/DeepEcho',
102-
version='0.2.0',
102+
version='0.2.1.dev0',
103103
zip_safe=False,
104104
)

0 commit comments

Comments
 (0)