Skip to content

Commit

Permalink
Version 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Mar 8, 2021
1 parent 9a6ebc2 commit b84e406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions friture/__init__.py
Expand Up @@ -18,7 +18,7 @@
# along with Friture. If not, see <http://www.gnu.org/licenses/>.

# version and date
__version__ = "0.44"
__releasedate__ = "2021-03-07"
__version__ = "0.45"
__releasedate__ = "2021-03-08"

__all__ = ["plotting"]
2 changes: 1 addition & 1 deletion installer/appxmanifest.xml
Expand Up @@ -23,7 +23,7 @@ https://docs.microsoft.com/en-us/windows/msix/package/create-app-package-with-ma
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
<Identity
Name="53504SilentGain.Friture"
Version="0.44.0.0"
Version="0.45.0.0"
Publisher="CN=74EE87F8-B2A0-400A-A66A-377F7F4E3BBE"
ProcessorArchitecture="x86" />
<Properties>
Expand Down

0 comments on commit b84e406

Please sign in to comment.