Skip to content

Commit

Permalink
v0.1 -> v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Conor MacBride <conor@macbride.me>
  • Loading branch information
ConorMacBride committed Nov 9, 2020
1 parent 8b72a82 commit 01108b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Conor D. MacBride & David B. Jess'

# The full version, including alpha/beta/rc tags
release = 'v0.1'
release = 'v0.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(file_name):

setup(
name="mcalf",
version="0.1",
version="0.1.1",
package_dir={"": "src"},
packages=find_packages("src"),

Expand Down

0 comments on commit 01108b6

Please sign in to comment.