Skip to content

Commit

Permalink
Merge pull request #3082 from silx-kit/vallsv-patch-1
Browse files Browse the repository at this point in the history
Bump version to beta 1
  • Loading branch information
t20100 authored May 29, 2020
2 parents 9f36b76 + d43a782 commit 790aab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
MAJOR = 0
MINOR = 13
MICRO = 0
RELEV = "dev" # <16
SERIAL = 0 # <16
RELEV = "beta" # <16
SERIAL = 1 # <16

date = __date__

Expand Down

0 comments on commit 790aab1

Please sign in to comment.