Skip to content

Commit

Permalink
Set version to 0.7 final
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 31, 2020
1 parent 431b462 commit 1798bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pucas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_app_config = 'pucas.apps.PucasConfig'

__version_info__ = (0, 8, 0, 'dev')
__version_info__ = (0, 7, 0, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit 1798bd6

Please sign in to comment.