Skip to content

Commit

Permalink
update version for v23.3.1dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Mar 31, 2023
1 parent ce910a8 commit e677614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glom/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (23, 3, 0, "")
version_info = (23, 3, 1, "dev")
__version__ = '.'.join([str(part) for part in version_info if part or part == 0])

0 comments on commit e677614

Please sign in to comment.