Skip to content

Commit

Permalink
Bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Oct 30, 2020
1 parent 2411829 commit eb35c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion darkseid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py"""
VERSION_INFO = (1, 0, 4)
VERSION_INFO = (1, 0, 6)
VERSION = ".".join(str(c) for c in VERSION_INFO)
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=bpepple

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Darkseid
sonar.projectVersion=1.0.4
sonar.projectVersion=1.0.6

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit eb35c2a

Please sign in to comment.