Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Jul 29, 2018
1 parent 7f478b6 commit 5645818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abjadext/ipython/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (3, 0, 0, 'a2')
__version_info__ = (3, 0, 0)
__version__ = (
'.'.join(str(x) for x in __version_info__[:3]) +
''.join(__version_info__[3:] or [])
Expand Down

0 comments on commit 5645818

Please sign in to comment.