release: 1.0.1
This commit is contained in:
parent
979f6a3a80
commit
d94e53bb49
2 changed files with 2 additions and 2 deletions
2
build.py
2
build.py
|
@ -9,7 +9,7 @@ name = 'dda-masto-embed'
|
|||
MODULE = 'not-used'
|
||||
PROJECT_ROOT_PATH = '.'
|
||||
|
||||
version = "1.0.1-dev"
|
||||
version = "1.0.1"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dda-masto-embed",
|
||||
"author": "meissa GmbH",
|
||||
"version": "1.0.1-SNAPSHOT",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue