Skip to content

Commit

Permalink
[ref] Updated version to 2.0.0.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisLeDocto committed Sep 10, 2023
1 parent 3e76d25 commit 370e669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys
from time import asctime
__version__ = '2.0.0.dev2'
__version__ = '2.0.0.dev3'

sys.path.insert(0, os.path.abspath('../..'))
sys.setrecursionlimit(1500)
Expand Down
2 changes: 1 addition & 1 deletion src/crappy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = '2.0.0.dev2'
__version__ = '2.0.0.dev3'

0 comments on commit 370e669

Please sign in to comment.