Skip to content
Permalink
Browse files
Version Bump
  • Loading branch information
aa9863 committed Jul 5, 2020
1 parent 6ecb6c6 commit bfa15edbf5ce89a9481454be5b8b103056eb14cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,6 +1,7 @@
# 0.3

- Rename from MarkdownMark to ReMarkAble
- Refactor scripts to use argument parser as opt parse is deprecated

# 0.2.2
- sanity Refactor
@@ -20,7 +20,7 @@ setup(
name="remarkable",
author="Dan Goldsmith",
author_email="djgoldsmith@googlemail.com",
version="0.2.2",
version="0.3.0",
#Dependencies
install_requires=requires,
tests_require=testRequires,
@@ -32,6 +32,7 @@ setup(
entry_points = {
"console_scripts":[
"DMC = remarkable.scripts.runDMC:main",
"runDMC = remarkable.scripts.runDMC:main",
"remarkable = remarkable.scripts.runDMC:main",
]
}

0 comments on commit bfa15ed

Please sign in to comment.