Skip to content

Commit cc41c0e

Browse files
committed
Update Manifest file
1 parent 293671b commit cc41c0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Change Log
44
[Unreleased]
55
------------
66

7+
v1.1.3
8+
-------
9+
10+
Update Manifest.in
11+
712
v1.1.2
813
-------
914

Manifest.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include requirements_rtd.txt
3-
include sumo/conf/orbital_colours.conf
43
include sumo/symmetry/bradcrack.json
4+
include sumo/plotting/orbital_colours.conf
55
include sumo/plotting/*.mplstyle
6+
include examples/orbital_colours.conf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def load_test_suite():
1919

2020
setup(
2121
name='sumo',
22-
version='1.1.2',
22+
version='1.1.3',
2323
description=('Heavy weight plotting tools for ab initio '
2424
'solid-state calculations'),
2525
url='https://github.com/smtg-ucl/sumo',

0 commit comments

Comments
 (0)