Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Jan 11, 2022
1 parent 074d56f commit 6f2a80b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/cpywrite.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if get(g:, 'loaded_cpywrite') | finish | endif
let g:loaded_cpywrite = 1

let g:cpywrite#version = '0.7.0-pre'
let g:cpywrite#version = '0.7.0'

if empty(get(g:, 'cpywrite#default_license', ''))
let g:cpywrite#default_license = 'Apache-2.0'
Expand Down
2 changes: 1 addition & 1 deletion rplugin/pythonx/cpywrite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```````
"""

__version__ = '0.7.0-pre'
__version__ = '0.7.0'
__authors__ = ['Robert Di Pardo']
__url__ = 'https://github.com/rdipardo/vim-cpywrite'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0-pre
0.7.0

0 comments on commit 6f2a80b

Please sign in to comment.