Skip to content

Commit

Permalink
Continue development of Brokkr 0.3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Apr 25, 2020
1 parent 672e50d commit 1d79e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brokkr/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version file."""

VERSION_INFO = (0, 3, 0, "a2")
VERSION_INFO = (0, 3, 0, "dev2")
__version__ = ".".join((str(version) for version in VERSION_INFO))

0 comments on commit 1d79e1d

Please sign in to comment.