Skip to content

Commit

Permalink
Merge tag '2.1.1' into develop
Browse files Browse the repository at this point in the history
Added a really nice feature from PR #220 fixing #214 and done by @Vamoss
  • Loading branch information
sebastian-code committed Apr 13, 2020
2 parents f12fcfe + 95afc2d commit ba46616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootcamp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "2.1.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit ba46616

Please sign in to comment.