Skip to content

Commit cf374c7

Browse files
committed
Bump release again to trigger DOI assignment.
1 parent 2e6107a commit cf374c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def __getitem__(self, v):
106106
# built documents.
107107
#
108108
# The short X.Y version.
109-
version = '0.1.2'
109+
version = '0.1'
110110
# The full version, including alpha/beta/rc tags.
111-
release = '0.1.2'
111+
release = '0.1.2.1'
112112

113113
# The language for content autogenerated by Sphinx. Refer to documentation
114114
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717

1818
NAME = 'vtem'
19-
VERSION = '0.1.2'
19+
VERSION = '0.1.2.1'
2020
AUTHOR = 'Yiyin Zhou'
2121
AUTHOR_EMAIL = '[email protected]'
2222
URL = 'https://github.com/bionet/vtem/'

0 commit comments

Comments
 (0)