Skip to content

Commit

Permalink
version bump v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Oct 31, 2023
1 parent cc4af04 commit d7b1863
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/python/rvaspy/rvaspy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Version info should be synced from the version.go file
__version_info__ = {
'major': 1,
'minor': 0,
'micro': 0,
'minor': 1,
'micro': 3,
'releaselevel': 'final',
'serial': 1,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"
const (
VersionMajor = 1
VersionMinor = 1
VersionPatch = 2
VersionPatch = 3
VersionReleaseLevel = ""
VersionReleaseNumber = 0
)
Expand Down
2 changes: 1 addition & 1 deletion web/demo/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vasp-demo-ui",
"version": "0.1.0",
"version": "1.1.3",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down

0 comments on commit d7b1863

Please sign in to comment.