Skip to content

Commit b8116f0

Browse files
author
Drew Banin
committed
update setup.py file on version bump
1 parent 4245f53 commit b8116f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bumpversion.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ current_version = 0.3.0
33
commit = True
44
tag = True
55

6+
[bumpversion:file:setup.py]

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.2.5.0"
6+
package_version = "0.3.0"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)