Skip to content

Commit

Permalink
Switch installer to rc5 (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Sep 6, 2023
1 parent ce52036 commit 753d0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def install(

if not any((version, ref, path)):
# FIXME: Temporary, remove when 7.0.0 is released
version = '7.0.0rc4'
version = '7.0.0rc5'

env = DipDupEnvironment()
env.prepare()
Expand Down

0 comments on commit 753d0e7

Please sign in to comment.