Skip to content

Commit fc95287

Browse files
committed
Bump version: 3.0.0 → 3.0.1
1 parent d8be8ea commit fc95287

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
tag = True
44
commit = True
55
allow_dirty = True

Diff for: meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.0.0"
3+
version: "3.0.1"
44

55
source:
66
git_url: https://github.com/Eigenstate/vmd-python.git

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def run(self):
392392
###############################################################################
393393

394394
setup(name='vmd-python',
395-
version='3.0.0',
395+
version='3.0.1',
396396
description='Visual Molecular Dynamics Python module',
397397
author='Robin Betz',
398398
author_email='[email protected]',

Diff for: vmd/vmd_src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = '3.0.0'
12+
__version__ = '3.0.1'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)