Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 12, 2017
1 parent 8fd76a1 commit 389d39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
#
# The short X.Y version.
import pkg_resources
version = pkg_resources.get_distribution(project).version
#version = pkg_resources.get_distribution(project).version
# The full version, including alpha/beta/rc tags.
release = version
release = "0.1"

suppress_warnings = ["ref.option"]

Expand Down

0 comments on commit 389d39b

Please sign in to comment.