Skip to content

Commit d0ab622

Browse files
committed
Add a minor release version to fix link in Pypi package
1 parent b74ec22 commit d0ab622

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docsource/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Nicholas Mamo'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.1'
25+
release = '0.1.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="multiplex-plot", # Replace with your own username
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Nicholas Mamo",
1010
author_email="nicholasmamo@gmail.com",
1111
description="Multiplex: visualizations that tell stories",

0 commit comments

Comments
 (0)