File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.2 .0
2
+ current_version = 2.3 .0
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 5
5
#---------------------------------------------------------------------------
6
6
DOXYFILE_ENCODING = UTF-8
7
7
PROJECT_NAME = "GSD"
8
- PROJECT_NUMBER = v2.2 .0
8
+ PROJECT_NUMBER = v2.3 .0
9
9
PROJECT_BRIEF = "General simulation data"
10
10
PROJECT_LOGO =
11
11
OUTPUT_DIRECTORY = devdoc
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Download source releases directly from the web: https://glotzerlab.engin.umich.e
46
46
47
47
.. code-block :: bash
48
48
49
- $ curl -O https://glotzerlab.engin.umich.edu/downloads/gsd/gsd-v2.2 .0.tar.gz
49
+ $ curl -O https://glotzerlab.engin.umich.edu/downloads/gsd/gsd-v2.3 .0.tar.gz
50
50
51
51
Or, clone using git:
52
52
Original file line number Diff line number Diff line change 39
39
from collections import namedtuple
40
40
import sys
41
41
42
- __version__ = "2.2 .0"
42
+ __version__ = "2.3 .0"
43
43
44
44
logger = logging .getLogger ('gsd.pygsd' )
45
45
Original file line number Diff line number Diff line change 8
8
in other modules within the package.
9
9
"""
10
10
11
- __version__ = "2.2 .0"
11
+ __version__ = "2.3 .0"
12
12
13
13
__all__ = [
14
14
'__version__' ,
Original file line number Diff line number Diff line change 25
25
26
26
27
27
setup (name = 'gsd' ,
28
- version = '2.2 .0' ,
28
+ version = '2.3 .0' ,
29
29
description = desc ,
30
30
long_description = readme ,
31
31
long_description_content_type = 'text/markdown' ,
34
34
35
35
url = 'https://gsd.readthedocs.io' ,
36
36
download_url = 'http://glotzerlab.engin.umich.edu/Downloads/'
37
- 'gsd/gsd-v2.2 .0.tar.gz' ,
37
+ 'gsd/gsd-v2.3 .0.tar.gz' ,
38
38
39
39
classifiers = [
40
40
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments