Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 23, 2018
1 parent 9121cb5 commit ec2cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$PROJECT = 'pygraphml'

$ACTIVITIES = ['version_bump', 'tag', 'push_tag', 'pypi', 'conda_forge', 'ghrelease']
$ACTIVITIES = ['version_bump', 'tag', 'push_tag', 'pypi', 'ghrelease', 'conda_forge']

$VERSION_BUMP_PATTERNS = [('pygraphml/__init__.py', '__version__\s*=.*', "__version__ = '$VERSION'"),
('setup.py', 'version\s*=.*,', "version='$VERSION',")
Expand Down

0 comments on commit ec2cca0

Please sign in to comment.