Skip to content

Commit

Permalink
Merge pull request #4014 from vallsv/bump-to-2.0
Browse files Browse the repository at this point in the history
Bump to 2.0.dev
  • Loading branch information
t20100 authored Dec 18, 2023
2 parents c1fbbbd + f03ffb9 commit e6f9e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2-dev{build}
version: 2.0-dev{build}

# fetch repository as zip archive
shallow_clone: true
Expand Down
4 changes: 2 additions & 2 deletions src/silx/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

PRERELEASE_NORMALIZED_NAME = {"dev": "a", "alpha": "a", "beta": "b", "candidate": "rc"}

MAJOR = 1
MINOR = 2
MAJOR = 2
MINOR = 0
MICRO = 0
RELEV = "dev" # <16
SERIAL = 0 # <16
Expand Down

0 comments on commit e6f9e69

Please sign in to comment.