Skip to content

Commit

Permalink
Release Brokkr version 0.3.0a1 for preliminary testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Mar 21, 2020
1 parent b386b45 commit 2f45bbf
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, "dev0")
VERSION_INFO = (0, 3, 0, "a1")
__version__ = ".".join((str(version) for version in VERSION_INFO))

0 comments on commit 2f45bbf

Please sign in to comment.