Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolimar committed Jun 17, 2020
1 parent 13d4f53 commit c8f71a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/kukulcan-amm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env amm

val kukulcanVersion = "0.1.0-SNAPSHOT"
val kukulcanVersion = "0.1.0"
val predefCode =
s"""
|import coursierapi.MavenRepository
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val projectVersion = "0.1.0-SNAPSHOT"
val projectVersion = "0.1.0"

val repos = Seq(
"Confluent Maven Repo" at "https://packages.confluent.io/maven/",
Expand Down
2 changes: 1 addition & 1 deletion python/pykukulcan/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0-SNAPSHOT'
__version__ = '0.1.0'

0 comments on commit c8f71a3

Please sign in to comment.