Skip to content

Commit df9767a

Browse files
committed
removed __version from __init__.py in version bump activity
1 parent 880bb2e commit df9767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rever.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ACTIVITIES = [
88
'ghrelease' # Creates a Github release entry for the new tag
99
]
1010
$VERSION_BUMP_PATTERNS = [
11-
('regolith/__init__.py', '__version__\s*=.*', "__version__ = '$VERSION'"),
11+
('__version__\s*=.*', "__version__ = '$VERSION'"),
1212
('setup.py', 'version\s*=.*,', "version='$VERSION',")
1313
]
1414
$CHANGELOG_FILENAME = 'CHANGELOG.rst'

0 commit comments

Comments
 (0)