Skip to content

Commit

Permalink
Increase dev version to 0.4.3.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed Aug 25, 2018
1 parent 7ff1e13 commit b91d1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sacredboard",
"version": "0.4.2",
"version": "0.4.3-dev1",
"description": "Sacredboard NPM package file for automatic tests.",
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sacredboard/tests/app/test_sacredboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

class TestSacredboard(TestCase):
def test_get_version(self):
assert Sacredboard.get_version() == "0.4.2"
assert Sacredboard.get_version() == "0.4.3.dev1"

0 comments on commit b91d1fd

Please sign in to comment.