Skip to content

Commit c3a3794

Browse files
author
Drew Banin
committed
Bump version: 0.3.0 → 0.4.0
1 parent 0d4cb43 commit c3a3794

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
7+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44

55
package_name = "dbt"
6-
package_version = "0.3.0"
6+
package_version = "0.4.0"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)