Skip to content

Commit

Permalink
bump version to 1.1.0 release candidate 0
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Oct 19, 2022
1 parent 882c65d commit c5e9ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/silx/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# /*##########################################################################
#
# Copyright (c) 2015-2020 European Synchrotron Radiation Facility
# Copyright (c) 2015-2022 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -71,7 +71,7 @@
MAJOR = 1
MINOR = 1
MICRO = 0
RELEV = "dev" # <16
RELEV = "candidate" # <16
SERIAL = 0 # <16

date = __date__
Expand Down

0 comments on commit c5e9ecb

Please sign in to comment.